﻿/* Client Login */
.btn-desktop-login{
    top: 60px;
    position: fixed;
    z-index:999;
}
.btn-desktop-login > button {
    text-transform: uppercase;
    width: 252px;
}
.btn-desktop-login > .dropdown-menu{
    width: 252px;
}
.div-mobile-login,
.div-mobile-forgot-password{
    padding: 60px 15px 15px;
}
.btn-desktop-login > .dropdown-menu{
    margin: 0;
    background-color: #1A1A1A;
    opacity: 0.9;
    color: #808080;
}
.login-title{
    margin-top: 22px;
    font-size: 32px;
    color: #ffffff;
    opacity: 0.8;
}
a.forgot-password,
a.back-to-login{
    font-style: italic;
    font-size: 12px;
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
}
/* Client Login */
/* Reset Password */
.reset-pwd-title,
.reset-pwd-success-title{
    margin-top: 22px;
    font-size: 31px;
    color: #ffffff;
    opacity: 0.8;
}
.reset-pwd-content{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    text-align: justify;
}
.btn-reset,
.btn-login-again{
    margin-top: 15px;
    text-transform: uppercase;
    width: 158px;
}
/* Reset Password */
/* Navbar-toggle */
.navbar-default .btn.navbar-toggle{
    background-color: transparent;
    border: none;
}
@media (max-width: 780px){
    .navbar-default .btn.navbar-toggle{
        display: block !important;
    }
}
/* Navbar-toggle */