@charset "UTF-8";
/* Your custom styles */

.login-agree {
    font-size: 11px;
    color: #fff;
}

.login-info {
    color: white;
    font-style: italic;
    font-size: 13px;
}

.login-error-info {
    display: none;
    color: darkred;
    font-size: 17px;
}

.profile-error-info {
    display: none;
    color: darkred;
    font-size: 15px;
}

#profile_warning {
    color: darkred;
    font-size: 12px;
    font-weight:bold;
}

.rules__reg, .rules__log, .agreement__reg, .agreement__log {
    text-decoration: underline;
    color: white;
    font-weight: bolder
}

.main-menu ul li.oversubmenu ul{
    overflow: hidden;
}

.edit_profile {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #ec0f7f;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}
#edit_profile label {
    float:left;
    color:#000;
}

.del_fav {
    color: #ec0f7f;
}

.del_fav:hover{
    cursor: pointer;
}



