@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}
.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px);
    }
}
@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}
.login#loginModal{z-index:10000000000 !important}
.login#loginModal .close-modal{background-color:transparent;border:0;font-size:20px}
.login#loginModal .modal-body{border-top:4px double #59C3E1;border-bottom:4px double #59C3E1;
    margin-left:1rem;
    margin-right:1rem;
}
.login#loginModal .modal-body .modal-tab{
    padding-left:0;
    overflow:hidden;
}
.login#loginModal .modal-body .modal-tab li{
    float:left;width:50%;
    color:#CCCCCC;
    list-style:none;
    padding:12px 24px;
    cursor:pointer;
}
.login#loginModal .modal-body .modal-tab li.active{color:#59C3E1;border-bottom:2px solid #59C3E1}
.login#loginModal .modal-body .third-party-ways{

}
.third-party-ways p.loginModal-friendly-text{font-size:14px;color:#727272}

.login .modal-dialog {
    width: 350px;
}
.login .modal-footer {
    border-top: 0;
    margin-top: 0;
    padding: 10px 20px 20px;
}
.login .modal-header {
    border: 0;
    padding: 15px;
}
.login .modal-body {
}
.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.login .division .line {
    border-top: 1px solid #dfdfdf;
    position: absolute;
    top: 10px;
    width: 34%;
}
.login .division .line.l {
    left: 0;
}
.login .division .line.r {
    right: 0;
}
.login .division span {
    color: #424242;
    font-size: 17px;
}
.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}
.login .social .circle {
    background-color: #eee;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px;
}
.login .social .circle .fa {
    font-size: 16px;
}
.login .social .facebook {
    background-color: #455ca8;
    color: #fff;
}
.login .social .google {
    background-color: #f74933;
}
.login .social .github {
    background-color: #403a3a;
}
.login .facebook:hover {
    background-color: #6e83cd;
}
.login .google:hover {
    background-color: #ff7566;
}
.login .github:hover {
    background-color: #4d4d4d;
}
.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.login .btn-login,
.registerBox .btn-register {
    background-color: #59C3E1;
    border-color: #59C3E1;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 50px;
    text-transform: uppercase;
    width: 100%;
}

.login .btn-login:hover,
.registerBox .btn-register:hover {
    background-color: #00a4e4;
    color: #fff;
}

.forgotBox .btn-register {
    background-color: #59C3E1;
    border-color: #59C3E1;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 50px;
    text-transform: uppercase;
    width: 100%;
}
.login .btn-login:hover,
.forgotBox .btn-register:hover {
    background-color: #00a4e4;
    color: #fff;
}

.verifyBox .btn-register {
    background-color: #59C3E1;
    border-color: #59C3E1;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 50px;
    text-transform: uppercase;
    width: 100%;
}
.login .btn-login:hover,
.verifyBox .btn-register:hover {
    background-color: #00a4e4;
    color: #fff;
}

.registerBox label.form-control-label{font-size:.9rem;margin-bottom:3px;color:#a6a6a6}

.login#loginModal #facebook-login img,
.login#loginModal #google-login img{width:32px;margin-right:10px}
.login#loginModal #facebook-login,
.login#loginModal #google-login{
    border:1px solid #59C3E1;
    border-radius:6px;
    background-color:white;
    font-size:15px;
    padding:10px;
}

label.login-modal-label{color:#31353D;font-size:14px}
#loginModal .input-container{border:1px solid #727272;border-radius:6px;padding:8px 16px}
#loginModal .input-container i{width:16px;margin-right:9px}
#loginModal .input-container input{width:calc(100% - 25px);border:0;outline:0}
#loginModal .input-container input:focus{outline:none;box-shadow:none}
#loginModal #showForgotForm{color:#727272;font-size:14px}

@media (max-width: 575px) {
    .login .modal-dialog {
        width: 95% !important;
        margin: 0 auto;
    }
}
.big-login,
.big-register {
    background-color: #59C3E1;
    color: #fff;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.big-login:hover {
    background-color: #00a4e4;
    color: #fff;
}
.big-register {
    background-color: transparent;
    color: #59C3E1;
    border-color: #59C3E1;
}
.big-register:hover {
    border-color: #00a4e4;
    color: #00a4e4;
}

