﻿.u-switch {
    border: 2px solid #ececec;
    border-radius: 10px;
    width: 34px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
}

.u-switch.checked .u-switch-container {
    background-color: #d1ed9a;
}

.u-switch.checked .u-switch-btn {
    background-color: #a2cc4e;
    right: 0;
}

.u-switch-container {
    margin: 2px;
    background: #ececec;
    width: 26px;
    height: 12px;
    border-radius: 6px;
    position: relative;
}

.u-switch-dot {
    position: absolute;
    top: 4px;
    background: white;
    border-radius: 2px;
    width: 4px;
    height: 4px;
}

.u-switch-dot-left {
    left: 4px;
}

.u-switch-dot-right {
    right: 4px;
}

.u-switch-btn {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #898989;
}

.vl {
    border-left: 1px solid #eee;
    position: absolute;
    left: 50%;
    top: 0;
    height: 230px;
    bottom: 10px;
}

.social-logins button {
    width: 100%;
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
}

.social-logins button:hover {
    color: white;
}

.login-google {
    background: #e0523b;
}

.login-google:hover {
    background: #d14b36;
}

.login-facebook {
    background: #466199;
}

.login-facebook:hover {
    background: #3c5382;
}

.login-facebook[disabled]:hover {
    background: #466199;
}

.login-twitter {
    background: #4AB3F4;
}

.login-twitter:hover {
    background: #1DA1F2;
}

.login-twitter[disabled]:hover {
    background: #4AB3F4;
}