form > p:first-child {
	color: #FFFFFF;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
    padding-left: 23%;
    padding-right: 23%;
    text-align: center;
}
.logout_content {
	padding-top: 100px;
	padding-bottom: 100px;
}
form {
    width: 60%;
    margin: auto;
    border-radius: 15px;
    background: rgba(38,83,124,1);
    background: linear-gradient( 
	126deg, rgba(38,83,124,1) 0%, rgba(38,98,155,1) 45%, rgba(38,106,168,1) 100%);
	padding: 80px 0;
}
form > p:nth-child(2) {
	color: #FFFFFF;
    font-size: 22px;
    margin: 0;
    padding-top: 60px;
    text-align: left;
    padding-left: 23%;
}
form > div:nth-child(3) {
	width: 55%;
    margin: 20px auto 12px;
    position: relative;
}
/*form > button:last-child {
	margin-left: 23%;
}*/
form > div:last-child {
    width: 55%;
    margin: auto;
}
form > div:last-child button {
    width: 100%;
}
.logout_content > div:last-child {
	width: 60%;
	margin: 6px auto;
}
.center_header {
    width: 60%;
    margin: 6px auto;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-fa {
    position: absolute;
    top: 3%;
}
.login_err_inner {
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.left-fa-content {
    font-size: 45px;
}
.right-input {
    top: 4%;
    position: absolute;
    right: 0;
}
.text-login-input {
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    form > p:first-child {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1020px) {
    form > p:first-child {
        font-size: 22px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .center_header {
        padding: 10px;
        width: 100%;
    }
    .logout_content {
        padding: calc(35vh - 173px) 20px 0;
        min-height: calc(100vh - 55px);
    }
    form {
        width: 100%;
        padding: 30px 10px;
    }
    form > div:nth-child(3) {
        padding-left: unset;
        width: 90%;
    }
    .text-login-input {
        font-weight: bold;
        font-size: 22px;
    }
    form > button:last-child {
        margin-left: unset;
        width: 100%;
    }
    .right-input {
        right: 0;
    }
    .logout_content > div:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .left-fa {
        left: 1%;
    }
    form > p:nth-child(2) {
        font-size: 18px;
        padding-left: 5%;
    }
    form > div:last-child {
        width: 90%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 720px) {
    form > p:first-child {
        font-size: 20px;
    }
}