 body.mw {
     font-family: 'Open Sans', sans-serif;
     background-color: #F2F2F2;
 }
 .mw a {
     color: #222;
 }
 .mw a:focus,
 .mw a:active {
     text-decoration: none;
 }
  /*  ========== Login screen  ========== */
 .mw .left-side{
 	background-color:  d7230f;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7230f+0,bf2511+100 */
    background: #d7230f;
     /* Old browsers */
    background: -moz-linear-gradient(top, #d7230f 0%, #bf2511 100%);
     /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d7230f 0%, #bf2511 100%);
     /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d7230f 0%, #bf2511 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d7230f', endColorstr='#bf2511', GradientType=0);
     /* IE6-9 */
    position: fixed;
    left: 0;
    height: 100%;
    overflow: auto;     
}
.right-side{
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-position: center center;
}

.mw .right-side{
    position: fixed;
    height: 100%;
    right: 0;

}

.mw .card-container.card {
    max-width: 430px;
    padding: 40px 40px;
    margin: 15% auto;
}

.mw .btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.mw .card {

    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;

}

.mw .profile-img-card {
   float: none;
   margin: 0 auto;
   margin-bottom: 20px;
}

/*
 * Form styles
 */
.mw .profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}


.mw #remember{
    line-height: 1.8;
}
.mw .reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mw .form-signin #inputEmail,
.mw .form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 18px;
}

.mw .form-signin input[type=email],
.mw .form-signin input[type=password],
.mw .form-signin input[type=text],
.mw .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mw .form-control {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #FFF;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    color: #FFF;
}
.mw .form-control:focus{
    box-shadow: none;
    color: #FFF;
    border-color: #FFF;
    font-size: 18px;
    opacity: 1;
}
.mw .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
    font-size: 18px;
}
.mw .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
    font-size: 18px;
}
.mw .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
    font-size: 18px;
}
.mw .form-control:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
    font-size: 18px;
}
.mw .btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(255, 255, 255);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    color: #D81E06;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    margin-top: 10px;
    float: left;
}

.mw .btn.btn-signin:hover,
.mw .btn.btn-signin:active,
.mw .btn.btn-signin:focus {
    background-color: rgb(0, 0, 0);
    cursor: pointer;
    color: #FFF;
}

.mw .register{
    float: left;
    width: 100%;
    margin-top: 5px;
}

.mw div.login-text.forgot-password {
    color: rgb(104, 145, 162);
    float: left;
    margin-top: 40px;
}

.mw .login-text{
    font-size: 13px; 
    color: #FFF;
}
.mw a.login-text, .mw a.login-text:hover, 
.mw div.login-text a, .mw div.login-text a:hover{
    color: #FFF;
}



.mw .forgot-password:hover,
.mw .forgot-password:active,
.mw .forgot-password:focus{
    color: rgb(12, 97, 33);
}
 @media(max-width:995px) {
    .mw .right-side{
      display: none;
    }
    .mw .left-side{
        float: left;
        width: 100%;
    }
 }
 @media(max-width:760px) {
 .mw .card-container.card {
    margin-top: 12%;
 }
}