

div#form-login-remember {
    display: none;
}

form#form-login {
    position: relative;
}

form#form-login p {
    text-align: left;
	text-transform: uppercase;
}



input.vhod_log {
    background: #4072ab !important;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    color: #fff;
    border: 0px !important;
	cursor: pointer;
}

input.vhod_log:hover {
    box-shadow: 0px 0px 15px #4072ab;
    background: #4072ab !important;
}
 

.zabil_zareg {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    padding-top: 20px; 
}

.zabil_zareg a {
    color: #cacaca;
}
  

div#form-login-username {
    margin-bottom: 20px;
}

div#form-login-password {
    margin-bottom: 20px;
}


.block_log_reg, .prodile_polni {
text-align: center;
    font-size: 17px;
    vertical-align: top;
    cursor: pointer;
    color: #325f92;
    padding: 19px 50px;
    text-transform: none;
    position: absolute;
    top: 0;
    right: 0px;
}
  
  
  
  .block_profile_menu {
    position: absolute;
    background: #6c6c6c;
    z-index: 100;
    right: -40px;
    padding: 15px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    visibility: hidden;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    border-top: 1px solid #d2d2d2;
}  

form#form-login input {
	width: 100%;
    background-color: rgba(255, 255, 255, 0.22);
    border: 1px solid #ccc;
    padding: 10px 10px;
}


.block_profile_menu a, .block_profile_menu input{
    color: #fff;
    font-size: 15px;
    border: 0;
    display: block;
    padding: 17px !important;
    background: 0;
    width: 100%;
    background: none !important;
}

.login_mobil {
	color: #fff;
    border: none !important;
    font-size: 16px;
    font-weight: 500;
}

.block_profile_menu a:hover, .block_profile_menu input:hover{
    color: #6c6c6c;
background: #fff !important;
}


.block_profile_menu div {
	    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.block_profile_menu div:last-child {
	    border: 0;
}

.name_profiles {

}  



.block_log_reg a {
    color: #325f92;
}

span.vhod_log_jshop:hover {
    color: #e52d32;
}

.block_log_reg a:hover {
    color: #e52d32;
}


	@media (max-width: 1024px) {

.block_log_reg {
    position: fixed;
    padding: 9px 10px;
}

.name_profiles.prodile_polni {
    height: 42px;
    position: fixed;
    padding: 8px;
    margin-right: 20px;
}

.icon_profile_name {
    background: url(../img/user.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 100%;
}


.profile_name {
    display: none;
}


}