.user_login label {
    color: #afafaf;
}

.action_btns {
    clear: both;
    overflow: hidden;
}

    .action_btns a {
        display: block;
    }

/* Change Password Form */

.change_password {
    display: none;
}

    .change_password label {
        display: block;
        margin-bottom: 5px;
    }

    .change_password input[type="text"],
    .change_password input[type="email"],
    .change_password input[type="password"] {
        display: block;
        width: 100%;
        padding: 10px;
        border: 1px solid #DDD;
        color: #666;
    }

    .change_password input[type="checkbox"] {
        float: left;
        margin-right: 10px;
        width: 22px;
        height: 22px;
    }


.forgot_password {
    width: 50%;
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
    text-decoration: none;
    color: #4b8ef1;
    transition: all .3s;
}
/* User Login Form */

/*.user_login {
    display: none;
}*/

    .user_login label {
        display: block;
        margin-bottom: 5px;
    }

    .user_login input[type="text"],
    .user_login input[type="email"],
    .user_login input[type="password"] {
        display: block;
        width: 100%;
        padding: 10px;
        border: 1px solid #DDD;
        color: #666;
    }

    .user_login input[type="checkbox"] {
        float: left;
        margin-right: 10px;
        width: 22px;
        height: 22px;
    }

        .user_login input[type="checkbox"] + label {
            float: left;
        }

    .user_login .checkbox {
        margin-bottom: 10px;
        clear: both;
        overflow: hidden;
    }

.forgot_password {
    width: 50%;
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
    text-decoration: none;
    color: #4b8ef1;
    transition: all .3s;
}

.new_user {
    width: 50%;
    display: block;
    padding-left: 149px;
    overflow: hidden;
    text-decoration: none;
    color: #4b8ef1;
    transition: all .3s;
}
/* User Register Form */

.user_register label {
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    color: #666;
}

.user_register input[type="checkbox"] {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 8px;
}

    .user_register input[type="checkbox"] + label {
        float: left;
        color: #000000;
    }

.user_register .checkbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.one_half {
    width: 50%;
    display: block;
    float: left;
}

    .one_half.last {
        width: 45%;
        margin-left: 5%;
    }



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
