html {
    height: 100%;
}

.login {
    background: url(../../img/guru/login/bg1.jpg) no-repeat;
    background-size: cover;
}

.login .container {
    margin-top: 100px;
}

.login .copyright {
    padding: 20px;
}

.login .guru-logo {
    margin: 30px 0;
    text-align: center;
}

.login .guru-logo img {
    width: 100%;
}

.login .content {
    width: 360px;
    margin: 0 auto;
    padding: 20px 60px !important;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px !important;
}

@media (max-width: 480px) {
    .login {
        background: radial-gradient(ellipse at center, #1e5799 0%, #2989d8 32%, #207cca 66%, #2989d8 100%) !important;
    }

    .login .container {
        margin-top: 15px;
    }

    .login .content {
        width: auto;
        max-width: 360px;
        padding: 10px 40px !important;
    }
}

.login .copyright {
    text-align: center;
    color: #333;
}

.login .content .form-title {
    margin-top: 10px;
    font-weight: normal;
}

.login .content .guru-login-form {
    text-align: center;
    margin: 0 auto;
}

.login .content .form-actions {
    height: 60px;
    background: none !important;
}

.normalLoginLink,
.normalLoginLink:hover {
    padding: 4px 9px;
    background: rgba(255, 255, 255, 0.3);
    text-shadow: 0 0 2px rgba(255, 255, 255, 1);
    color: #32AC5C;
    border-radius: 10px !important;
    box-shadow: 0 0 19px rgba(255, 255, 255, 0.6);
}

.or-divider {
    position: relative;
    border-bottom: 1px solid #444;
    margin: 18px 0 27px
}

.or-divider .or-text {
    display: inline-block;
    position: relative;
    top: 10px;
    padding: 1px 10px;
    background: #444;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-social.btn-block {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    height: 34px;
    width: 34px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled, .btn-adn[disabled], fieldset[disabled] .btn-adn, .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus, .btn-adn.disabled:active, .btn-adn[disabled]:active, fieldset[disabled] .btn-adn:active, .btn-adn.disabled.active, .btn-adn[disabled].active, fieldset[disabled] .btn-adn.active {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-google {
    background-color: #50A9AD;
    border-color: #50A9AD;
    color: white;
}

.btn-google:hover {
    background-color: #387679;
    border-color: #387679;
    color: white;
}
