form > p:first-child {
	color: #FFFFFF;
    font-weight: bold;
    font-size: 42px;
    margin: 0;
    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;
    text-align: center;
}
form > p:nth-child(2) {
	color: #FFFFFF;
    font-size: 22px;
    margin: 0;
    padding-top: 60px;
    text-align: center;
}
form > div:nth-child(3) {
	width: 40%;
	margin-top: 20px;
	margin-bottom: 12px;
}
form > button:last-child {
	margin-top: 100px;
}
.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;
}
form button i {
    display: none !important;
}
form button:hover i {
    display: inline-block !important;
}
form button:hover  {
    color: #005099 !important;
    background-color: #E2F7FF !important;
}
form > div:last-child {
    width: 60%;
    margin: 100px auto 0;
}
form > div:last-child  button {
    width: 100%;
}
@media only screen and (max-width: 1020px) {
    form > p:first-child {
        font-size: 22px;
    }
    .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 > p:nth-child(2) {
        font-size: 18px;
        padding-left: 5%;
    }
    form > div:last-child {
        width: 90%;
        margin-top: 65px;
    }
}