.forgot {
    padding: 10px 24px;
}
.forgot h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'ctc_splash_roundedbold', sans-serif;
    font-size: 20px;
}
.forgot .finished_forgot,
.forgot p {
    font-family: 'ctc_splash_rounded', sans-serif;
    font-size: 18px;
    line-height: normal;
}
.forgot input[type="submit"] {
    background-color: white;
    color: #664a9b !important;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-transform: uppercase;
    font-family: 'ctc_splash_roundedbold', sans-serif;
    font-size: 17.17px;
    border: none;
    margin-top: 20px;
}
.forgot input[type="submit"]:hover,
.forgot input[type="submit"]:active {
    border: none;
}
div.auth_popup .popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #664a9b;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 22px;
    cursor: pointer;
}
div.auth_popup .popup-close .mdi {
    font-size: 30px;
    color: #ffc80c;
    position: relative;
    left: -3px;
    top: -2px;
}