.b1t-ymservice-system-auth-form-top {
    padding-top: 0px;
    padding-bottom: 0px;
}

.b1t-ymservice-system-auth-form-top .login-panel-title {
    height: 50px;
    cursor: pointer;
}

.b1t-ymservice-system-auth-form-top .login-panel-title .login-button {
    color: #fff;
    font-weight: 300;
    padding: 14px 0px 14px 60px;
    position:relative;
}

.b1t-ymservice-system-auth-form-top .user-panel-title {
    height: 50px;
    background: #364048;
    cursor: pointer;
}

.b1t-ymservice-system-auth-form-top .user-panel-title .user-button {
    color: #fff;
    font-weight: 300;
    padding: 14px 25px 14px 60px;
    position:relative;
    display: inline-block;
}

.b1t-ymservice-system-auth-form-top .login-panel-title .login-button .login-button-icon,
.b1t-ymservice-system-auth-form-top .user-panel-title .user-button .login-button-icon{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 20px;
    top: 10px;
    padding-left: 0px;
}

.b1t-ymservice-system-auth-form-top .login-panel-title .login-button .login-button-icon:before,
.b1t-ymservice-system-auth-form-top .user-panel-title .user-button .login-button-icon:before{
    position: absolute;
    top: 5px;
    left: 5px;
}


.b1t-ymservice-system-auth-form-top .user-panel-title .user-button img {
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    left: 20px;
    top: 10px;
   
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    border: 1px solid #50585f;
}

.b1t-ymservice-system-auth-form-top .user-panel-title .user-button:after {
    content: " ";
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    left: 19px;
    top: 9px;
   
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    border: 2px solid #50585f;
}

.b1t-ymservice-system-auth-form-top .user-panel-title .user-button.user-no-photo:after {
    display:none;
}

.b1t-ymservice-system-auth-form-top .user-panel-title .tail {
    position: absolute;
    width: 20px;
    height: 20px;
    
    top: 50%;
    margin-top: -10px;
    right: 0px;
    
    cursor: pointer;
}

.b1t-ymservice-system-auth-form-top .user-panel-title .tail:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #e4e5e6 transparent transparent transparent;
    content: " ";
    display: block;
    
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -5px;
}

.b1t-ymservice-system-auth-form-top .user-panel-title .user-name {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden; 
   display: inline-block;
   max-width: 220px;
}




.b1t-ymservice-system-auth-form-top .tab-nav {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

.b1t-ymservice-system-auth-form-top .tab-nav a {
    font-size: 14px;
}

.b1t-ymservice-system-auth-form-top.menu-content .tab-nav .nav a{
    font-weight: 400;
}
.b1t-ymservice-system-auth-form-top.menu-content .tab-nav .nav a:focus, 
.b1t-ymservice-system-auth-form-top.menu-content .tab-nav .nav a:hover, 
.b1t-ymservice-system-auth-form-top.menu-content .tab-nav .nav .a:focus, 
.b1t-ymservice-system-auth-form-top.menu-content .tab-nav .nav .a:hover, 
.b1t-ymservice-system-auth-form-top.menu-content .tab-nav .nav li.selected > a {
    background: transparent;
}

.b1t-ymservice-system-auth-form-top.menu-content .tab-pane {
    padding-bottom: 20px;
}

.b1t-ymservice-system-auth-form-top .login-panel-content {
    padding: 0px 20px;
    position: relative;
}

.b1t-ymservice-system-auth-form-top .forgot-password {
    font-size: 14px;
}

.b1t-ymservice-system-auth-form-top .buttons-wrapper {
    margin-top: 20px;
    text-align: center;
}

.b1t-ymservice-system-auth-form-top .buttons-wrapper .btn{
     padding: 8px 60px;
}

.b1t-ymservice-system-auth-form-top .captcha,
.b1t-ymservice-system-auth-form-top .b1t-ymservice-main-register-custom .captcha{
    position: absolute;
    right: 0px;
    top: -5px;
    width: 150px;
    height: 33px;
}

.b1t-ymservice-system-auth-form-top .form-group-label {
    margin-top: 30px;
    margin-bottom: 30px;
}

.b1t-ymservice-system-auth-form-top .socserv-delimiter {
    height: 1px;
    background: #e0e0e0;
    margin: 20px -20px;
}


.b1t-ymservice-system-auth-form-top .b1t-ymservice-main-register-custom .buttons-wrapper {
    text-align: center;
}

.b1t-ymservice-system-auth-form-top .b1t-ymservice-main-register-custom .buttons-wrapper .btn{
     padding: 8px 60px;
}


.b1t-ymservice-system-auth-form-top .send-sms-link {
    font-size: 12px;
    position: relative;
    top: 5px;
    text-align: right;
}


.b1t-ymservice-system-auth-form-top #sms-tab {
    padding-top: 15px;
}
   