#login_form{
    background-color: #28a4c9;
    width: 400px;
    margin: 200px auto;
}
body{
    background-color: #D6F7F2;
    height : 100%;
}
/*
.login_text_fill{
    border:1px solid #e8e8e8;
    background:#fff;
    width:160px;
    height:25px;
    border-radius:7px;
    -moz-border-radius:7px; 
    -webkit-border-radius:7px;
    -khtml-border-radius: 7px;
    -ms-border-radius: 7px;
    text-align:center;
    outline:none;
    color:#333;
    behavior: url(border-radius.htc);
}*/

ul{
    list-style-type: none;
}

/*.main_login_box{
    width:445px; height:590px; margin:0 auto; top:30px; position:relative; background:url(../images/taras_logo_icon.jpg) top right no-repeat ;	
}

.login_box{
    width:175px; height:auto; margin:80px 0px 0px 120px; float:left; text-align:center;  
}*/
/*.login_box a{
    color:#595959; text-decoration:none; 
}
.login_box a:hover{
    color:#595959; text-decoration:underline;  
}
.login_box ul{
    margin:0px; padding:0PX; 
}
.login_box ul li samp	{
    font-size:12px; color:#595959; font-family:Verdana, Geneva, sans-serif; line-height:21px;
}
.login_box ul li{
    list-style:none; margin:15px 0px 0px 0px;  
}		*/
.login_text_fill{
    border:1px solid #e8e8e8;
    background:#fff;
    width:100%;
    height:29px;
    border-radius:0px;
    -moz-border-radius:0px; 
    -webkit-border-radius:0px;
    -khtml-border-radius: 0px;
    -ms-border-radius: 0px;
    text-align:center;
    outline:none;
    color:#333;
    behavior: url(border-radius.htc);
}

.bnt_login{
    border:1px solid #778da6;
    background:#778da6;
    width:176px;
    height:35px;
    color:#FFF;
    padding:0px 10px;
    font-size: 14px;
/*    border-radius:7px;
    -moz-border-radius:7px; 
    -webkit-border-radius:7px;*/
    text-align:center; 
    cursor: hand;	
}
.bnt_login:hover{	
    transition: color .25s linear, background-color .25s linear;
    background-color:#034a9a;
    cursor: hand;
}

.error_text{
    color: red;
    font-size: 13px;
    display: none;
    margin-bottom: 0px;
}
label{
    font-weight: normal;
}

.form-horizontal{
    margin-bottom: 0px;
}

.alert-success{
    width: 360px;
    padding: 5px;
    margin-left: -80px;
    height: 32px;
    display: none;
}
.custom-modal-content, .custom-button{
    border-radius: 0px;
}
.custom-modal-header{
    background-color: #E7E7E7;
    padding: 5px 10px;
}
.custom_alert{
    padding: 5px;
    margin-bottom: 8px;
    text-align: center;
}

.m-b-0-impo
{margin-bottom: 0px ! important;
}

.m-b-10
{margin-bottom: 10px;
}

.m-t-30
{margin-top: 30px;
}

.m-t-b-10
{
margin-bottom: 10px;
margin-top: 10px;
}

.overallbrdrstyle {
  border: solid 1px #ddd;
}

.ClstxtTitle {
    font-size: 13px;
    color: #555555;
    /* margin-left: 10px; */
}
.logindiv{
    padding-top: 28px;
   height: 52%;
   background-color: hsla(255, 40%, 0%, 0.3);
    transition: 2s;
    -webkit-box-shadow: 6px 9px 30px 2px rgba(24,6,41,1);
    -moz-box-shadow: 6px 9px 30px 2px rgba(24,6,41,1);
    box-shadow: 6px 9px 30px 2px rgb(171, 216, 205);
    background-color: white;

}
.login_box{
    margin-top: 25px; 
    margin-bottom: 15px;
}
.logoLogin{
    width: 300px;
}


@media (min-width: 768px)  and /*!space */ (max-width:992px){

.bnt_login{
    border:1px solid #778da6;
    background:#778da6;
    width:80%;
    height:29px;
    color:#FFF;
    padding:0px 10px;
    font-size: 14px;
/*    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;*/
    text-align:center;
    cursor: hand;
}
}

@media (min-width: 600px)  and /*!space */ (max-width:768px) {

.bnt_login{
    border:1px solid #778da6;
    background:#778da6;
    width:80%;
    height:29px;
    color:#FFF;
    padding:0px 10px;
    font-size: 14px;
/*    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;*/
    text-align:center;
    cursor: hand;
}

}


.iconstyle {
  width: 25px;
  height: 25px;
}

.input-group-addon {
    padding: 4px 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
   background:white;
    text-align: center;

}
.crsr-ptr {
  cursor: pointer;
}
.p-l-r-0{
padding-left:0px;
padding-right:0px;

}

.p-r-0{
    padding-right:0px;
}

.p-l-0{
    padding-left:0px;
}

.eye_icon{
    width: 21px;
    height: 26px;
    margin-top: 1px;
}
