body > .header-dropdown-menu-container {
    display:none !important;
}

.password_reset_content {
    float: right;
    margin-right: 8%;
    margin-top: 8%;
    width: 30%;
    border: #0b3954 1px solid;
    border-radius: 10px;
    background: white;
}

.password_reset_title{
    font-size: 28px; 
    text-align: left;
    margin: -7% 7% 4% 7%;
    font-weight: bold;
}

.password_reset_content form,
.enter_email_msg {
    text-align: left;
    margin: 0px 7% 0px 7%;
}

.password-reset-form {
    margin-top:10px;
    margin-bottom:15px;
}

.password-reset-form a {
    text-decoration: none;
    padding-top:2%;
}

.password-reset-form input {
    width:100%;
}

.submit_btn {
    background-color: white; 
    float:right; 
    position:relative;
}

input {
    font-family:"Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
}

/* new login with video css */
body > #footer {
    display:none !important;
}

.password_reset_title {
    font-weight:bold;
}

.app-container-div{
    padding:0px !important;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width:100%;
}

.password_reset_content {
    position: relative;
    bottom: 0;
    background: rgba(255,255,255, 0.92);
    /* color: #f8f5f8; */
    width: 36%;
    padding: 0.5%;
    margin-right:32%;
    box-shadow: 0px 0px 15px 3px #D8D7D9;
    border:0px;
}

/*************************************************
* New Login UI
*************************************************/

.teejlab-title {
    text-align:right !important;
}

.teejlab-title>a>div>span{
    font-size: 23px !important
}

.teejlab-title>a>div {
    margin-top: 4% !important;
    margin-right: 7% !important
}

@media only screen and (max-width: 900px) {
    .password_reset_content {
        width:100% !important;
        float: initial;
        padding:25% 0% 75% 0% !important;
        margin:auto;
        border-radius:0px;
    }
    #myVideo {
        display: none !important;
    }

    #_footer_ {
        display:block !important;
    }

    .teejlab-title {
        margin-bottom:5%;
    }

    .background-image {
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .back_to_login_page {
        margin-top: 5%;
    }
}
