/*header and body*/
body{
    background: url("../images/login_bg.jpg") repeat;
}

.overlay{
    display: inline-block;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .95;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f0011+0,001845+100 */
    background: #8f0011; /* Old browsers */
    background: -moz-linear-gradient(top, #8f0011 0%, #001845 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8f0011 0%,#001845 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8f0011 0%,#001845 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0011', endColorstr='#001845',GradientType=0 ); /* IE6-9 */
}

.navbar-nav{
    display: none;
}

.navbar{
    min-height: 100px;
}
.navbar-brand{
    display: inline-block;
    padding: 15px;
    height: auto;
}
.navbar-inverse {
    background-color: transparent;
    border: 0;
    display: none;
}


/*log-in wrap	*/
.login-wrap{
    display: inline-block;
    position: relative;
    width: 100%;
}

.login-area{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 50px 15px;
}

.user_login{
    display: inline-block;
    min-width: 487px;
    position: relative;
    margin: 0 auto;
    background: #001b50;
    padding: 25px;
    left: 0;
    right: 0;
}

.user_login h2{
    font-size: 25px !important;
    text-transform: uppercase;
    margin: 10px 0 30px;
    color: #fff;
}

.action_btn{
    width: auto;
    position: relative;
    margin: 15px 0 25px;
}

.action_btn .btn{
    width: 100% !important;
    background: #cf142a!important;
    color: #fff!important;
    padding: 15px 0;
}

.action_btn .btn:hover{
    background: #fb5266 !important;
}


.box{
    width: 100%;
    padding: 15px 10px;
    margin: 5px auto;
    background: #e5e5e5;
    border-style: none;
}

.signup{
    color: #fff;
}

.user_login .create_account{
    text-decoration: none;
    color: #428bca;
    display: inline-block;
}

.user_login .forgot_password{
    display: block;
    margin: 0 0 35px;
    color: #fff;
}

.footer-g{
    color: #636363;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 15px;
}

@media screen and (max-device-width: 992px){
    .navbar-toggle{
        display: none;
    }
}


@media screen and (max-device-width: 767px){
    .login-g{
        padding: 15px;
        width: 280px;
    }
}

@media screen and (max-device-width: 520px){
    .user_login{
        min-width: 100%;
    }
    .user_login{
        padding: 20px;
    }
}


/*added new*/

/*other log-in*/
a:focus{
    outline: none;
}

.other-login{
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
}

.fa-facebook, .fa-google-plus-square{
    padding-right: 10px;
    font-size: 18px;
}

.facebook-login, .google-login, .tt-login, .create-tt-login{
    padding: 15px 15px;
    text-decoration: none;
    width: 100%!important;
    display: inline-block;
    margin-top: 10px;
}

.facebook-login{
    background: #4267b2;
    color: #fff;
    margin-top: 25px;
}
.google-login{
    background: #de5246;
    color: #fff;
}

@media screen and (max-width: 429px){
    .facebook-login, .google-login {
        width: 100% !important;
    } 
}

.google-login:hover, .facebook-login:hover{
    text-decoration: none;
    color: #fff;
}

.google-login:hover{
    background: #c64a3f;
}

.facebook-login:hover{
    background: #365491;
}

.tt-login{
    margin: 0;
    text-transform: uppercase;
    color: #000;
    background: #96c32e;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}

.tt-login:hover{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #96c32e;
    background: -webkit-linear-gradient(top,#f0c14b,#f7dfa5);
    background: linear-gradient(to bottom,#f0c14b,#f7dfa5);
}

.action_btn .btn{
    border-radius: 0;
}


@media screen and (max-width: 496px){
    .facebook-login, .google-login{
        display: block;
    }
    .box{
        margin: 4px 0;
    }
}


@media screen and (max-width: 425px){
    .footer-g{
        position: relative;
    }
    .overlay{
        position: fixed;
    }
    .login-area{
        padding: 10px 15px 20px;
        margin: 25px 0;
    }
}


/*create tt account*/


.user_signup, .create_signup{
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    left: 0;
    right: 0;
}

.user_signup img, .create_signup img{
    margin: 15px 0;
}

.fa-envelope{
    padding-right: 10px;
}

.user_signup .separator, .create_signup .separator{
    margin: 15px 0;
    font-style: italic;
    color: #b6b6b6;
}

.create-tt-login{
    margin: 0;
    color: #fff;
    background: #96c32e;
    display: inline-block;
}

.create-tt-login:hover{
    text-decoration: none;
    color: #fff;
    background: #86ae29;
}

@media screen and (min-width: 426px){
    .user_signup{
        max-width: 840px;
    }
    .create_signup{
        max-width: 440px;
    }
}



/*sign up page*/
.signup-h2{
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.form-wrap{
    width: 100%;
    display: inline-block;
}

.form-wrap label{
    font-size: 12px;
    float: left;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px 0 0;
}

label.required::after {
    content: '*';
    color: red;
    padding-left: 3px;
    font-size: 9px;
}

form{
    text-align: left;
}

input.tt-login{
    margin-top: 25px;
    border:0;
}

.entermanually{
    margin: 25px 0;
    text-align: left;
}