.login-modal {
    width: 100%;
    z-index: 1035;
    bottom: 0px;
    box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
    right: 0px;
    margin-top: 0px;
    padding: 30px 35px 22px;
    border-radius: 6px 6px 0px 0px !important;
    background: white;
}

.forgot-modal {
    width: 100%;
    z-index: 1004;
    right: 0px;
    left: -7px;
    margin-top: 20px;
    padding: 30px 35px 22px;
    border-radius: 6px 6px 0px 0px !important;
    background: white;
     box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    bottom: 0px; 
}
.margin-login {
    padding: 25px 30px 30px;
    border: none;
    box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
}
.login-modal hr { margin: 12px 0; border-top: 3px solid #e6e6e6; }
.login-modal p, .forgot-modal p { letter-spacing: 0.3px;
    font-size: 14px;
    color: #717171;
    font-weight: 300;
    margin-bottom: 15px; }
.login-modal .form-group { margin-bottom: 10px; }
.icon-input {
    position: absolute;
    line-height: 45px !important;
    width: 45px;
    text-align: center;
    font-size: 15px !important;
    color: #c5c5c5;
}
.icon-input-control { color: #717171;
    border: 3px solid #e6e6e6;
    width: 100% !important;
    border-radius: 0px !important;
    padding: 0px 15px;
    min-height: 25px !important;
    height: 45px !important;
    font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: 0.3px;
    padding-left: 40px; }
.form-actions {  margin-top: 15px !important; }
.submit-button {
    width: 49.5%;
    color: white !important;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    font-family: 'Roboto';
    box-shadow: inset 0px -18px 0px 0px rgba(0, 0, 0, 0.1) !important;
    background: #193769 !important;
    margin-bottom: 8px;
    margin-left: 0px !important;
    display: inline-block;
    transition: all 0.6s;
}
.submit-button:hover {  box-shadow: inset 0px -40px 0px 0px rgba(0, 0, 0, 0.1) !important }
.red.submit-button {
    box-shadow: inset 0px -18px 0px 0px rgba(0, 0, 0, 0.1) !important;
    background: #ff9d1e !important;
}
.red.submit-button:hover { box-shadow: inset 0px -40px 0px 0px rgba(0, 0, 0, 0.1) !important; }
.forgot-button {
    margin: 0px;
  margin-left: 0px !important;
    border-bottom: 2px dotted #dadada;
    box-shadow: none !important;
    font-family: 'Roboto';
    text-transform: initial;
    font-size: 15px;
    font-weight: 400;
    color: #717171 !important;
    width: 100%;
  transition: all 0.6s
}
.forgot-button:hover {
    border-bottom: 2px dotted #a7a7a7;
    color: #3e3c3c !important;
}
h3.form-title {
    margin: 0px 0px 0px !important;
    font-size: 25px !important;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #414042;
}
.modal .form-control {
    color: #2b2b2b;
    font-weight: 300;
    min-width: 0px;
    min-height: 0px;
    border-radius: 0 !important;
    box-shadow: none;
    background: transparent;
}

.modal textarea.form-control {
    width: 100% !important;
    border: 3px solid #e6e6e6;
    padding-top: 8px;
}

.modal-login {
    width: 33% !important;
}
