div.reg-user-type {
    position: relative;
    text-align: center;
    margin: 30px 0;
    font-size: 0;
}

div.reg-user-type .rut {
    display: inline-block;
    background: #323232;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

div.reg-user-type .rut.active {
    background: #66bc29;
}

.reg-form {
    position: relative;
}

.reg-form h2 {
    margin: 50px 0 15px 0;
}

.reg-form .rf-row {
    position: relative;
    margin-bottom: 15px;
}

.reg-form .rf-row .label {
    display: inline-block;
    width: 220px;
    vertical-align: middle;
}

.reg-form .rf-row .label span.req {
    display: inline-block;
    color: #66bc29;
    vertical-align: super;
    font-size: 10px;
}

.reg-form .rf-row .ctrl {
    display: inline-block;
    vertical-align: middle;
}

.reg-form .rf-row .ctrl input {
    display: inline-block;
    padding: 8px 10px;
    font-size: 12px;
    border: solid 1px #ccc;
    width: 250px;
}

.reg-form .data {
    display: none;
}

.reg-form .data.active {
    display: block;
}

.reg-form .conditions {
    position: relative;
    border: solid 1px #ccc;
    background: #fafafa;
    padding: 10px 15px;
    margin: 25px 0;
}

.reg-form .submit-container {
    text-align: center;
}

.reg-form .submit-container span {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #66bc29;
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    font-weight: 400;
}

.reg-form .submit-container span:hover {
    background: #3f830f;
}

.reg-status, .profile-status {
    padding: 50px 0;
    text-align: center;
}

.reg-status strong {
    font-weight: 400;
    font-size: 24px;
    color: #66bc29;
    display: inline-block;
    margin-bottom: 30px;
}

.asterisk-info {
    font-weight: bold;
    text-align: center;
    margin: 10px 0 40px 0;
}

.pwd-change-info {
    display: inline-block;
    margin-left: 20px;
}

.login-form {
    position: relative;
    width: 400px;
    margin: 60px auto;
}

.login-form .lf-row {
    margin-bottom: 10px;
    font-size: 0;
}

.login-form .lf-row .title {
    display: inline-block;
    font-size: 14px;
    width: 40%;
    padding-right: 15px;
    vertical-align: middle;
}

.login-form .lf-row .ctrl {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-size: 12px;
    vertical-align: middle;
}

.login-form .lf-row .ctrl input {
    display: inline-block;
    padding: 8px 10px;
    font-size: 12px;
    border: solid 1px #ccc;
    width: 100%;
}

.login-form .login-submit {
    text-align: center;
    margin: 25px 0;
}

.login-form .login-submit span.btn {
    display: inline-block;
    width: 100px;
    background: #66bc29;
    color: #fff;
    height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.login-form .login-submit span.btn:hover {
    background-color: #3f830f;
}

.login-form .login-submit span.btn span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.login-form .login-submit span.btn.active span {
    display: none;
}

.login-form .login-submit span.btn.active {
    background: url('/images/loading.gif') no-repeat center center #3f830f;
}

.user-profile-info {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
}