﻿/*body.login {
    background: rgb(223,229,233);
    background: -moz-radial-gradient(center, ellipse cover, rgba(223,229,233,1) 2%, rgba(223,229,233,1) 2%, rgba(178,192,202,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(2%,rgba(223,229,233,1)), color-stop(2%,rgba(223,229,233,1)), color-stop(100%,rgba(178,192,202,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(223,229,233,1) 2%,rgba(223,229,233,1) 2%,rgba(178,192,202,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(223,229,233,1) 2%,rgba(223,229,233,1) 2%,rgba(178,192,202,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(223,229,233,1) 2%,rgba(223,229,233,1) 2%,rgba(178,192,202,1) 100%);
    background: radial-gradient(ellipse at center, rgba(223,229,233,1) 2%,rgba(223,229,233,1) 2%,rgba(178,192,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe5e9', endColorstr='#b2c0ca',GradientType=1 );
    color: #FFF
}

.alert {
    width: 90%;
    margin: 20px auto
}*/

/*.login h2, .login h3 {
    font-family: 'Open Sans';
}*/

#login-block {
    padding-top: 50px;
    padding-bottom: 25px
}

    #login-block h3 {
        color: #FFF;
        text-align: center;
        font-size: 1.5em;
        opacity: 0.8;
        text-shadow: 2px 2px 2px #000;
        font-weight: 400
    }

@media (min-width: 769px) {
    .login-box {
        position: relative;
        max-width: 480px;
        background: #efefef;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
}

.login-box {
    position: relative;
    max-width: 480px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
}

}

.login-logo {
    text-align: center;
    padding: 15px 0 10px
}

    .login-logo img {
        border: 0;
        display: inline-block
    }

.login-form form p {
    width: 80%;
    text-align: center;
    margin: 5px auto 10px
}

.login-box hr {
    width: 90%;
    border-top: 1px solid rgba(0,0,0,0.13);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin: 10px auto 20px
}

.page-icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #7f3e98;
    text-align: center;
    margin: -60px auto 0
}

    .page-icon img {
        vertical-align: middle;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0.6;
        width: 48px;
        height: 48px;
        margin: 25px 0 0
    }

.rotate-icon {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.login-box .page-icon {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.login-form input, .login-form select {
    display: block;
    width: 90%;
    background: #fefefe;
    border: 0;
    color: #6c6c6c;
    border-radius: 2px;
    margin: 0 20px 15px;
    padding: 8px
}

#submit-form {
    margin-top: 20px;
    display: inline
}

.login-form .ui-checkbox {
    display: block;
    width: 70%;
    margin: 0 auto 15px;
}

    .login-form .ui-checkbox input {
        width: 22px;
        margin-left: -7px;
    }

.multiple-select {
    width: 70%;
    margin: 0 auto 15px
}

.login-form select.select-third {
    width: 31%;
    margin-right: 3.5%;
    box-sizing: border-box;
    float: left;
}

    .login-form select.select-third:last-child {
        margin-right: 0;
    }

.login-form .input-icon {
    width: 70%;
    margin-left: 15%;
}

.div-login {
    margin: 5px;
    text-align: center
}

.btn.btn-login {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFF;
    text-transform: uppercase;
    background: #7f3e98;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 10px auto
}

    .btn.btn-login:hover {
        border: 1px solid #FFF;
        opacity: 0.8
    }

.agreement {
    margin-left: 80px;
}

.btn.btn-reset {
    width: 180px
}

.login-links {
    text-align: center
}

    .login-links a {
        color: #FFF;
        display: inline-block;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0.7;
        padding: 5px
    }

        .login-links a:hover {
            opacity: 1;
            text-decoration: none
        }

label.checkbox {
    width: 70%;
    display: block;
    margin: 0 auto
}

    label.checkbox input {
        width: 14px;
        background: none;
        border: 0;
        margin: 4px 0 0;
        padding: 0
    }

#footer-text, #footer-text a {
    text-align: center;
    color: #999;
    opacity: 1
}

.social-login {
    margin: 0 5px
}

    .social-login .btn {
        text-align: center;
        color: #FFF;
        text-shadow: 1px 1px 1px #333;
        width: 95%;
        margin: 5px auto;
        padding: 5px;
    }

.btn.btn-facebook {
    background: #385496;
    background-size: 100%;
    font-size: 12px
}

    .btn.btn-facebook:hover {
        background: #4365B4
    }

.btn.btn-twitter {
    background: #4A9EFF;
    font-size: 12px
}

    .btn.btn-twitter:hover {
        background: #73B4FF
    }

.fb-login, .twit-login {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    padding: 5px
}

@media only screen and (max-width: 479px) {
    #login-block {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #login-block {
        margin: 0 auto;
        width: 420px;
    }
}

.lockscreen {
    text-align: center
}

    .lockscreen .page-icon img {
        width: 100px;
        height: 100px;
        margin: 0;
        border-radius: 50%;
        opacity: 1
    }

    .lockscreen i {
        margin-top: 20px;
        opacity: 0.5;
        font-size: 35px
    }

    .lockscreen h3 {
        margin-top: 5px
    }

.login .form-input {
    width: 70%;
    margin-left: 15%
}

body.login.lockscreen {
    background: #aab5a4;
    color: #FFF
}
