

/*start login page Section*/
/*.main_cointaner{*/
/*    background-color: rgb(226, 225, 225);*/
/*    !* background-image: url("login_back.jpg"); *!*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*    height: 90vh;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    padding-top: 120px;*/
/*}*/

/*.login_box{*/
/*    width: 450px;*/
/*    height: 450px;*/
/*    border-radius: 10px;*/
/*    margin: 10px;*/
/*    background-color: #0C3170;*/
/*    !* background: radial-gradient(circle, rgba(2,121,237,1) 0%, rgba(17,35,227,1) 100%); *!*/
/*	box-shadow: 2px 2px 2px 2px #666;*/
/*}*/
/*.login_Header{*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    */
/*}*/
/*.login_Header h2{*/
/*    font-size: 35px;*/
/*    padding: 10px;*/
/*	margin: 30px 0px 30px 0px;*/
/*    */
/*}*/

/*.input_data{*/
/*    padding: 0px 20px 0px 20px;*/
/*}*/
/*.input_data label{*/
/*    padding: 0px 10px 10px 10px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/

/*}*/
/*.input_data input{*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    border-radius: 5px;*/
/*    font-size: 18px;*/
/*    padding: 10px;*/
/*    border: none;*/
/*    background-color: #fff;*/
/*    color: #222;*/
/*}*/
/*.remmber_password{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 0px 25px 10px 25px;*/
/*    color: #fff;*/
/*}*/
/*.remmber_password a{*/
/*    color: #fff;*/
/*}*/
/*.pass_remainder span{*/
/*    padding: 0px 10px 10px 10px;*/
/*}*/
/*.input_submit{*/
/*    text-align: center;*/
/*    */
/*}*/
/*.input_submit input{*/
/*    width: 30%;*/
/*    height: 50px;*/
/*    border-radius: 5px;*/
/*    font-size: 20px;*/
/*    padding: 10px;*/
/*    margin: 10px 0px 0px 0px;*/
/*    border: none;*/
/*    background-color: #2763cc;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*	transition: all ease 0.3s;*/


/*}*/
/*.input_submit input:hover{*/
/*	background-color: #e27d0a;*/
/*}*/
/*.input_signup{*/
/*    text-align: center;*/
/*    color: #fff;*/

/*}*/
/*.input_signup a{*/
/*    color: #fff;*/
/*    */
/*}*/


.admin_login{
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 200px;
    display: flex;
    justify-content: center;


}
.login_box{
    width: 350px;
    height: 330px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 90px;
    border-radius: 5px;


}
.login_box h3{
    text-align: center;
    color: #fff;
    /* background-color: #0C3170; */
    padding: 20px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.box_header{
    margin-bottom: 30px;
    background-color: #0C3170;
}

.input_box{
    margin: 15px 0px 0px 0px;
    padding: 10px 20px 0px 20px;

}

.input_box input{
    width: 100%;
    height: 40px;
    padding: 5px;
}
.input_submit{
    text-align: center;
    margin: 20px 0px 10px 0px;
}
.input_submit input{
    width: 150px;
    height: 40px;
    background-color: #0C3170;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 2px #fff;


}
