@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;700;800&display=swap');
* {
    /* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
    font-family: 'Merriweather Sans', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 2em;
    box-sizing: border-box;
    border: 0;
    -webkit-appearance: none
}

html,
body {
    background: #F2F1F0;
    height: 100%;
    width: 100%;
    font-size: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 30px; */
    padding: 5px 0;
    transition: top 0.2s ease-in-out;
    display: flex;
    align-items: center;
    background: #fcfcfc;
    box-shadow: 0px 0px 10px 1px #bdbdbd;
    z-index: 50
    /* opacity: 0.2; */
    /* border: 1px solid green; */
}

.header_logo {
    float: left;
    margin-left: 20px;
    /* height: 100%; */
    height: 25px;
    width: auto;
    transition-duration: 0s !important;
    /* border: 1px solid red; */
}

.header_logo img {
    float: left;
    height: 100%;
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    transition-duration: 0s !important;
    /* border: 1px solid brown; */
}

.header_logo img:hover,
.header_fullname img:hover {
    opacity: 0.99 !important;
    box-shadow: none !important
}

.header_fullname {
    float: left;
    width: auto;
    /* margin-top: 7.5px; */
    margin-left: 10px;
    /* height: 40%; */
    height: 12px;
    transition-duration: 0s !important;
    /* border: 1px solid red; */
}

.header_fullname img {
    float: left;
    height: 100%;
    width: auto;
    transition-duration: 0s !important;
    background: none;
    box-shadow: none
}

#forgot_main,
#newpass_main {
    float: left;
    margin-top: 80px;
    width: 90%;
    height: auto;
    margin-left: 5%;
    background: #FCFCFC;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px #bdbdbd
}

#forgot_heading,
#newpass_heading {
    float: left;
    width: 100%;
    height: auto;
    background: #FF8C14;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 2px 7px 1px #bdbdbd
}

#forgot_welcome,
#newpass_welcome {
    color: white;
    font-size: 1rem;
    margin-top: 10px
}

#forgot_credentials,
#newpass_credentials {
    font-size: 0.8rem;
    color: #212121;
    margin-bottom: 10px
}

#forgot_input_text_email,
.new_pass_help_text {
    float: left;
    clear: left;
    width: 85%;
    font-size: 0.8rem;
    margin-top: 15px;
    margin-left: 7.5%;
    color: #FFA342;
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FCFCFC inset;
    -webkit-text-fill-color: #696969 !important
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FCFCFC inset;
    -webkit-text-fill-color: #4a4a4a !important;
    box-shadow: 0 0 0px 1000px #FCFCFC inset;
}

input::-webkit-input-placeholder {
    color: lightgrey !important
}

input:-moz-placeholder {
    color: lightgrey !important
}

input::-moz-placeholder {
    color: lightgrey !important
}

input:-ms-input-placeholder {
    color: lightgrey !important
}

.forgot_text_box_email,
.new_pass_txt_input {
    float: left;
    clear: left;
    width: 85%;
    margin-left: 7.5%;
    margin-top: 10px;
    margin-bottom: 15px;
    height: auto;
    color: #4a4a4a;
    background: #FCFCFC;
    font-size: 0.9rem;
    padding: 3px 7px;
    border: none;
    outline: none;
    border-bottom: 1px solid #C0C0C0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s
}

#forgot_terms {
    float: left;
    clear: left;
    width: 85%;
    margin-left: 7.5%;
    margin-top: 10px;
    color: #4a4a4a;
    font-size: 0.8rem;
    text-align: center
}

#forgot_submit_but,
#newpass_submit_but,
#home_but {
    float: left;
    clear: left;
    width: 35%;
    margin-left: 32.5%;
    margin-top: 15px;
    margin-bottom: 25px;
    background: #FF8C14;
    color: white;
    border: none;
    font-size: 0.9rem;
    padding: 3px 5px;
    border-radius: 5px;
    outline: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#home_but {
    display: none
}

.error {
    float: left;
    clear: left;
    margin-left: 7.5%;
    margin-top: 5px;
    width: 85%;
    color: red;
    font-size: 0.9rem;
}

.success {
    float: left;
    clear: left;
    width: 85%;
    margin-left: 7.5%;
    color: green;
    text-align: center;
    margin-top: 15px;
    font-size: 1rem;
}

.bottom_border {
    border-bottom: 1px solid #FF9F00
}

.hash_error {
    float: left;
    clear: left;
    background: #FBE3E4;
    width: 85%;
    margin-left: 7.5%;
    margin-top: 200px;
    text-align: center;
    font-size: 1rem;
    padding: 10px 10px;
    color: #D12F19;
    border: 2px solid #FBC2C4;
    border-radius: 5px;
    border: 2px solid red;
}

.loading_gif {
    position: fixed;
    top: 35%;
    left: 45%;
    width: 10%;
    z-index: 100;
    display: none
}

.loading_gif img {
    width: 100%;
    height: auto
}

.dummy_div {
    width: 100%;
    float: left;
    height: 20px;
}

@media only screen and (min-width:576px) and (max-width:767px) {
    #forgot_main,
    #newpass_main {
        margin-top: 120px;
        width: 70%;
        margin-left: 15%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_logo {
        height: 30px;
    }
    .header_fullname {
        height: 15px;
        /* margin-top: 10px; */
    }
    #forgot_main,
    #newpass_main {
        width: 60%;
        margin-left: 20%;
        margin-top: 105px
    }
}

@media only screen and (min-width:992px) {
    .header_logo {
        height: 30px;
    }
    .header_fullname {
        height: 15px;
    }
    #forgot_main,
    #newpass_main {
        margin-top: 100px;
        width: 40%;
        margin-left: 30%;
        border-radius: 15px
    }
    #forgot_heading,
    #newpass_heading {
        border-radius: 15px 15px 0px 0px;
        margin-bottom: 30px
    }
    #forgot_welcome,
    #newpass_welcome {
        color: white;
        font-size: 1.1rem;
        margin-top: 15px
    }
    #forgot_credentials,
    #newpass_credentials {
        font-size: 1rem;
    }
    #forgot_input_text_email,
    .new_pass_help_text {
        font-size: 0.9rem;
        margin-top: 15px
    }
    .forgot_text_box_email,
    .new_pass_txt_input {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 1rem;
    }
    #forgot_terms {
        margin-top: 10px;
        font-size: 0.9rem;
    }
    #forgot_submit_but,
    #newpass_submit_but,
    #home_but {
        font-size: 1rem;
        padding: 5px 7px;
        margin-top: 20px;
        border-radius: 5px;
        margin-left: 37.5%;
        width: 25%;
        border: 1px solid #FF8C14;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s
    }
    #forgot_submit_but:hover,
    #newpass_submit_but:hover,
    #home_but:hover {
        background: white;
        color: #FF8C14;
        box-shadow: 0px 0px 5px #FF8C14;
        border: 1px solid #FF8C14;
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        cursor: pointer;
    }
    .error {
        font-size: 0.9rem;
    }
    .hash_error {
        width: 40%;
        margin-left: 30%;
        font-size: 1rem;
        padding: 15px 15px;
        border-radius: 7px
    }
}