/* #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgb(204, 204, 204, 0.5);
    background-color: rgba(0,0,0,0.3);
    z-index: -10;
    cursor: pointer;
    display:block;
} */

/* 
#overlay_text{
    width:500px;
    height:500px;
    z-index:2;
    background-color:white;
} */

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

.login_page_content {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    -moz-transform:translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    background: rgba(255,255,255, 0.92);
    box-shadow: 0px 0px 15px 3px #D8D7D9;
    border:0px;
    display: inline-table;
    width: 35%;
    border-radius: 10px;
    background: white;
    padding: 2% 1%;
}

.login-page-form form {
    text-align: left;
    margin: 0px 10%;
}

input {
    width: 100%;    
}

.sign_in_text {
    font-size: 28px;
    text-align: left;
    margin: -7% 10% 2% 10%;
    font-weight:bold;
}

.forgot_password a,
.sign_up a {
    text-decoration: none;
    font-weight: 600;
}

.forgot_password a:hover,
.sign_up a:hover {
    text-decoration: underline;
}

.sign_up a{
    color:#19BD6C;
}

.forgot_password,
.sign_up {
    font-size: 90%;
}

h1 {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    color: #B8B8B8;
}

h1:before,
h1:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}

h1:before {
    margin-right: 10px
}

h1:after {
    margin-left: 10px
}

.social-button{
    padding-top: 9px; 
    margin-bottom: 2%; 
    width: 32.5%; 
    text-transform: initial; 
    text-align: initial; 
    font-size: 12px;
    color: white;
    text-align: center;
}

#login_btn{
    background-color:#19BD6C;
    color:white;
    margin-top: 1rem;
    text-transform: capitalize;
}

#login_btn:hover{
    background-color: white;
    color: #19BD6C;
    border-color:#19BD6C;
}

::placeholder {
    font-size:13px;
    font-weight:400
}

input {
    font-family:"Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
}
/* #login_btn_div :hover{
background-color:#0b3954 !important;
color:white !important;
} */

.error_msg{
    text-align:left;
    margin:0px 7% 0px 7%;
    font-size: 13px;
    color:red;
}

.error_msg .nonfield a {
    font-size: 13px;
    color:red;
    font-weight:bold;
    margin-bottom:10%;
}

.error_msg2 {
    text-align:left;
    font-size: 13px;
    color:red;
}

@media (max-width: 940px) {
    .login_page_content {
        top: 50%;
        width:100% !important;
        margin:auto;
        border-radius:0px;
        box-shadow: none;
    }

    body {
        background: white;
    }

    #myVideo {
        display: none !important;
    }

    #_footer_ {
        display:block !important;
    }

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

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

    .sign_up {
        margin-top: 5%;
    }

    #login_btn {
        width: 100%;
        margin-top: 10px;
    }
    #login-divider {
        margin-top: 65px;
    }
}

@media (min-width: 941px) and (max-width: 1024px) {
    .login_page_content {
        width: 60% !important;
        transform: scale(0.6, 0.6) translate(-83%, -80%);
    }
}

@media (min-width: 1024px) and (max-width: 1100px) {
    .login_page_content {
        width: 50% !important;
    }
}

@media (min-width: 1100px) and (max-width: 1440px) {
    .login_page_content {
        width: 50% !important;
        /* transform: scale(0.8, 0.8) translate(-62%, -60%); */
        transform: scale(0.7, 0.7) translate(-71%, -65%);
    }
}

@media (min-width: 1440px) and (max-width: 1800px){
    .login_page_content {
        width: 35% !important;
    }
}

.errorlist,
.errorlist li  {
    margin:0px !important;
    font-size:100% !important;
}

.alert {
    padding: 12px;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin: 0px 10% 3.5% 10%;
    font-size: 14px;
}

.alert.error {background-color: #f44336;}
.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}
.alert.logged_out{background-color:#fbf8e4; color:#B8995E; display:none;}

.logged_out .closebtn{
    color:#B8995E;
}

.logged_out .closebtn:hover{
    color:#977E4D !important;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.errorlist li {
    color:white;
}

.errorlist.nonfield a {
    color:white !important;
    font-weight:bold;
}

.error_icon_msg{
    display:inline-block;
    vertical-align: middle;
}

.alert.error .fa-exclamation-circle {
    font-size: 145%;
    margin-right: 1.5%;
    padding-top: 0.5%;
}

/* #login_error_msg {
    margin-top:10px;
} */


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

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

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

/*************************************************
* 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: 10% !important
}


/*************************************************
* Social Media Login
*************************************************/

.fa-google:before {
    content: "\f1a0";
    color: white;
    font-size: 15px;
    padding-right: 15px;
}

.fa-facebook-f:before {
    content: "\f39e";
    color: white;
    font-size: 15px;
    padding-right: 20px;
}

.fa-github:before {
    content: "\f09b";
    color: white;
    font-size: 15px;
    padding-right: 15px;
}

.fa-microsoft:before {
    content: "\f3ca";
    color: white;
    font-size: 15px;
    padding-right: 15px;
}

.microsoft_icon{
    width: 15px;
    margin-right: 15px;
}

#login-with-google:hover{
    background-color: white !important;
    color: #de5246;
    border-color:#de5246;
}

#login-with-google:hover > .fa-google:before {
    color: #E36E63;
}

#login-with-facebook:hover{
    background-color: white !important;
    color: #4267B2;
    border-color:#4267B2;
}

#login-with-facebook:hover > .fa-facebook-f:before {
    color: #5B7EC2;
}

#login-with-github:hover{
    background-color: white !important;
    color: black;
    border-color:black;
}

#login-with-github:hover > .fa-github:before {
    color: black;
}

#login-with-microsoft:hover{
    background-color: white !important;
    color: black;
    border-color:black;
}

#login-with-microsoft:hover > .fa-microsoft:before {
    color: black;
}

#marketplaceIcon:hover{
    background-color: white !important;
    color: black;
    border-color:black;
}