/*
 * Login page styles matching https://www.signup.shimbicrm.com/admin/index
 * Imported from the reference site's Bootstrap 3 based login design.
 */

html,
body {
    height: 100%;
}

.log-bg {
    background: #DDD none repeat scroll 0% 0%;
}

.box_pos {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 315px;
}

.login-container {
    width: 425px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(72, 141, 240, 0.6);
    padding: 15px;
    border-radius: 15px !important;
    text-align: left;
    height: auto;
    min-height: 315px;
}

.login-logo-bar {
    background: rgba(242, 242, 242, 0.6);
    padding: 10px 0;
    text-align: justify;
}

.login-logo-bar img {
    border: 0;
}

.login-header {
    background: rgba(255, 255, 255, 0.6);
    text-align: left;
    padding: 10px 0;
}

.login-header h4 {
    font-weight: 800;
    color: #444444;
    margin: 0;
}

.login-form {
    padding: 5px;
}

.login-container .form-group {
    margin-bottom: 15px;
}

.login-container .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
}

.login-container .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-linkedin {
    color: #ffffff;
    background-color: #1a85bd;
    border-color: #1775a7;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active {
    color: #ffffff;
    background-color: #1775a7;
    border-color: #146590;
}

.login-container a.text-yellow,
.login-container a.text-yellow:hover,
.login-container a.text-yellow:focus {
    color: #444444;
    text-decoration: none !important;
}

.login-container .underline {
    text-decoration: underline !important;
}

.login-container .text-left {
    text-align: left;
}

.forgot-password-container {
    height: fit-content;
}

@media (max-width: 480px) {
    .login-container {
        width: 90%;
        min-width: auto;
    }
}
