

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: #d21515 !important;
    -webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
    color: #fff;
}

input.vhod_log:hover {
    box-shadow: 0px 0px 30px #ce0000;
    background: #ce0000 !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 {
    width: 250px;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    color: #145f5b;
}

  
  .block_profile_menu {
    position: absolute;
    background: #6c6c6c;
    z-index: 100;
    right: 0px;
    padding: 15px;
    text-align: center;
    width: 100%;
    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(221, 221, 221, 0.2);
    padding: 5px 10px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
}


.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;
}

.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;
}

