/* DeafHub Team | File: account_main.css */

/*.grecaptcha-badge { visibility: hidden; }*/

input[type="text"],
input[type="email"],
input[type="password"] {
    font-family: inherit;
    outline: none;
    padding: 12px 11px;
    margin: 0px 0px 15px 0px;
    width: 100%;
    color: #ffffff;
    border-bottom: 1px solid #acacac;
    border-radius: unset;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
    color: #acacac;
}

h1 {
    font-size: 20px;
    font-weight: inherit;
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
}


.content {
    margin-top: 80px;
    margin-bottom: 20px;
}
.wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}


.reset {
    position: relative;
    font-family: inherit;
    font-size: 16px;
    color: #989898;
    border: none;
    outline: none;
}
.reset:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    margin-top: 3px;
    background: #EA2822;
    width: 100%;
}

/* Welcome_main */
@media only screen and (max-width: 576px) {
    /* Header */
    .wrapper {
        max-width: 250px;
    }
}
