/* Css for New login page 2018*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700'); 
body.login {
    background-color: #E8E8E8!important;
    font-family: 'Roboto', sans-serif!important;
}
body {
    color: #565656!important;
 font-family: 'Roboto', sans-serif!important;
}
.container {
    max-width: 330px;
    position: relative;
}
 input:-webkit-autofill {
        background-color:#fff!important;
}
.header-container {
    display:none!important
}
.login .content {
    width: 270px; 
}
.container {
    width: 100%;
    margin: 0 auto;
    min-height: 350px;
    /* background-image: url(../Images/bg-container.png); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #E8E8E8;
    
    box-shadow: none!important;
    border: 1px solid #E8E8E8;
}
.login .content {
    background-color: #E8E8E8!important;
  
}
.login.form-actions {
   
    background-color: #E8E8E8 !important;
    
}
form {
    margin: 0 0 40px;
    border: 1px solid #7C1616!important;
    padding: 22px 33px;
    width: 100%;
    border-radius: 5px;
    background-color: #F7F5E6!important;
    margin-left: -15px;
    border-radius: 0px!important;
}
.login .content .m-wrap {
   
    border-left: 0 !important;
}
.login .content .form-actions {
        background-color: #F7F5E6;
    clear: both;
    border: 0px;
    border: 1px solid #F7F5E6!important;
    padding: 0px 20px 32px 17px;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 1px solid #7C1616!important;
    width: 95%;
    margin: 0;
}
.login .content {
    background-color: #E8E8E8;
}

.login .content h3 {
    color: #76323f!important;
    text-align: center;
    font-size: 18px;
    /* font-weight: 400!important; */
    padding: 3px!important;
    background-color: #7C1616 ;
    margin-left: -30px;
    margin-right: -31px;
    margin-top: -20px;
    text-transform: capitalize;
    word-spacing: -1px;
    font-weight: 500 !important;
        position: relative;
    top: -1px;
    left: 1px;
}
.login .content .form-actions .btn {
    margin-top: 15px;
    margin-right: 0px!important;
}
.uneditable-input, textarea.m-wrap, input[type="text"].m-wrap, input[type="password"].m-wrap, input[type="datetime"].m-wrap, input[type="datetime-local"].m-wrap, input[type="date"].m-wrap, input[type="month"].m-wrap, input[type="time"].m-wrap, input[type="week"].m-wrap, input[type="number"].m-wrap, input[type="email"].m-wrap, input[type="url"].m-wrap, input[type="search"].m-wrap, input[type="tel"].m-wrap, input[type="color"].m-wrap {

    background-color: #fff;
    /* height: 43px; */
    color: #8290a3;
    border: 1px solid #fff;
}
.login .content .input-icon {
    border-left: 1px solid #dde3ec !important;
}
.uneditable-input.focus, textarea.m-wrap:focus, select.m-wrap:focus, input[type="text"].m-wrap:focus, input[type="password"].m-wrap:focus, input[type="datetime"].m-wrap:focus, input[type="datetime-local"].m-wrap:focus, input[type="date"].m-wrap:focus, input[type="month"].m-wrap:focus, input[type="time"].m-wrap:focus, input[type="week"].m-wrap:focus, input[type="number"].m-wrap:focus, input[type="email"].m-wrap:focus, input[type="url"].m-wrap:focus, input[type="search"].m-wrap:focus, input[type="tel"].m-wrap:focus, input[type="color"].m-wrap:focus, .m-uneditable-input:focus {
    border-color: #dde3ec;
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn {
    
    box-shadow: none!important;
}
.btn.green {
    color: white;
    text-shadow: none;
    background-color: #1BBC9B!important;
}
.reg-btn {
    margin-left: -21px;
    padding: 9px 0.5px 25px;
    text-align: center;
    background-color: #E8E8E8;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    margin-right: -26px;
    position: absolute;
    bottom: 0;
    width: 97%;
    color: #565656;
}
.reg-btn a {
    color: #c09f80;
}
a {
    color: #333A56;
}
a:hover {
    color: #333A56;
}
div#divLinks {
    color: #565656;
}

.login .content {
text-align: center;
    height: 340px;
    position: relative;
}
.control-label {
    margin-top: 2px;
    font-family: 'Roboto', sans-serif;
}
.btn.green {
    color: #fff;
    text-shadow: none;
    background-color: #7C1616 !important;
    text-transform: capitalize;
    font-size: 12PX;
}
.btn.green:hover, .btn.green:focus, .btn.green:active, .btn.green.active, .btn.green.disabled, .btn.green[disabled] {
    background-color: #641111 !important;
    color: #fff !important;
}
.container {
    max-width: 500px;
}
form {
    margin: 0 0 40px;
    border: 1px solid #ccc;
    padding: 22px 33px;
    width: 100%;
    border-radius: 5px;
    background-color: #f7f6f6;
    margin-left: -15px;
        box-shadow: 0 0 11px rgba(78, 132, 74,0.3);
    transition: opacity 0.3s ease-in-out;
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F7F5E6 !important;
    border-top: 1px solid #e5e5e5;
}


.login_head{
       background-color: #333a56 !important;
    margin-left: -33px !important;
    margin-right: -33px!important;
    margin-top: -33px!important;
    border-radius: 0px !important;

}
.login .content h3
{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px 0px 0 0px !important;
    text-align: center;
    font-size: 18px;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #fff !important;
    }
 .login .copyright 
 {
     margin-top: 20px;
    font-size: 13px !important;
    clear: both;
    color: #565656!important;
    text-align: center;
}   
.login .content {
    background-color: #fff;
    width: 52%;
    margin: 0 auto;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 5px;
}
.logo-heading {
    font-size: 30px;
    color: #7C1616  ;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}
.appLink {
    text-align:center;
    margin-bottom:15px;
    margin-top:60px;
}
.appLink a:hover{
    text-decoration:none;
}
.appLink .appLogoImage {
    width:45px;
}
.appLink .googlePlayBtn {
    height: 47px;
}  
@media (min-width :0px) and (max-width : 480px) {
.login .content .form-actions {
    margin-right: -10px !important;
}
}
@media (min-width: 710px) {
    .logo-heading {
        font-size: 25px;
    color: #333a56 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    text-transform: capitalize;
    word-spacing: 2px;
    }
}
@media (max-width: 480px){
.login .content .m-wrap {
    width: 140px;
}}