body{
    /* background-image: url(../Images/background2.png); */
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 300px;
    background-position: center;
    margin: 0px;
}

.body_container{
    margin: 0px;
}

.outer {
    /* display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 300px; */

    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}

/* .middle {
    display: table-cell;
    /* vertical-align: middle;
} */

.pwd_text_1{
    font-size: 15px;
    color: dimgray;
}

.pwd_text_2{
    font-size: 11px;
    
}

.pwd_cnt1{
    display: block; 
    float:left; 
    width:100%;
    padding: 10px 20px;
    margin-top: 10px;
}

.pwd_text{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.inner {
    /* margin-left: auto;
    margin-right: auto; */
    width: 410px;
    height: auto;
    display: flex;
    background: rgba(245, 245, 245, 0.95);
    border-radius: 15px;
    padding: 30px;
    -webkit-box-shadow: 1px 4px 19px 2px rgba(66, 68, 90, 0.72);
    -moz-box-shadow: 1px 4px 19px 2px rgba(66, 68, 90, 0.72);
    box-shadow: 1px 4px 19px 2px rgba(66, 68, 90, 0.72);

    /* margin-top: 5vh;
    margin-left: 10%; */
    
}

.lgoin_form_class{
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.inner_2{
    width: 350px;
    min-height: 375px;
    background: white;
    margin: auto;
    margin-top: auto;
    margin-top: -65px; 
    border-radius: 15px;
    -webkit-box-shadow: 1px 4px 19px 2px rgba(66, 68, 90, 0.72);
    -moz-box-shadow: 1px 4px 19px 2px rgba(66, 68, 90, 0.72);
    box-shadow: 1px 4px 19px 2px rgba(66, 68, 90, 0.72);
    padding:15px 25px;
    animation: none;
    position: absolute;
    height: auto;
    padding-bottom: 25px;
}

.animation{
    animation: float 0.5s ease-in-out;
}

.error_login_container{
    display: block;
    float: left;
    width: 100%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    text-wrap: nowrap; */
    padding: 3px 10px;
    background-color: darkred;
    color: white;
    font-weight: bold;
    font-size: 11px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.bottom_cont_lg{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.a_bt_lin{
    text-decoration: none;
    color: dimgrey;
    font-size: 11px;
    float: right;
    transition: 0.2s ease;
}

.a_bt_lin:hover{
    cursor: pointer;
    color: cornflowerblue;
    transform: scale(1.09);
}

.login_logo{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    margin-top:10px;
}

.mn_lg_cnt{
    float: left;
    width: 100%;
}

.lg_inpt_st_1{
    border-radius: 10px;
    border: 1px solid gainsboro;
    font-size: 14px;
    padding: 5px 15px;
    width: 100%;
    transition: 0.3s ease;
    outline: none !important;
}

.lg_inpt_st_1:focus{
    border: 1px solid cornflowerblue;
    cursor: pointer;
}

.lg_inpt_st_1:hover{
    border: 1px solid cornflowerblue;
    cursor: pointer;
}

.lg_vld_err{
    display: block;
    float: left;
    font-size: 12px;
    color: darkred;
    padding: 5px 10px;
    height: 28px;
}

.lg_btn{
    margin-top: 5px;
    float: right;
    padding: 8px 30px;
    border-radius: 10px;
    border: 1px solid gainsboro;
    background: cornflowerblue;
    color: white;
    font-size: 14px;
    transition: 0.2s ease;
}

.login_country_image{
    width: 22px;
    height: auto;
    float: left;
    margin-left: 10px;
    transition: 0.2s ease;
}

.login_country_image:hover{
    transform: scale(1.09);
    cursor: pointer;
}



.lg_btn:hover{
    cursor: pointer;
    background-color: cadetblue;
}

@keyframes float {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes Opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* @media screen and (min-width: 1800px)
{
  .inner{
    margin-left: 18%;
    margin-top: 12vh;
    width: 450px;
    padding: 35px;
  }
} */

@media screen and (max-width: 1250px){
    /* .middle{
        vertical-align: middle;
    } */
    
    /* .inner{
        margin-left: auto;
        margin-right: auto;
        margin-top: -35px;
    } */

    .animation{
        animation: Opacity 1s ease-in-out;
    }
}

@media screen and (max-width: 600px)
{
    body{
        background: whitesmoke;
    }
}

@media screen and (max-width: 420px){
    .lg_inpt_st_1{
        font-size: 16px;
        padding: 8px 15px;
    }

    .login_country_image{
        width: 26px;
    }

    .a_bt_lin{
        font-size: 14px;
    }

    .lg_btn{
        font-size: 16px;
    }

    .inner{
        width: 100%;
    }
}

@media screen and (max-width: 395px){

    .inner{
        padding:30px 20px;
    }

    .pwd_cnt1{
        padding:10px;
    }
}

@media screen and (max-width: 335px){
    .a_bt_lin{
        margin-top: 35px;
    }
}

