body {
	background: #f9f9f9 !important;
}

a:focus, a:hover, 
.uap-tos-wrap a{
    color: #23527c;
}

.dn {
	display: none;
}

div.uap-register-form input[type=checkbox], 
div.uap-register-form input[type=radio]{
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #46CAC6;
    border-radius: 100px;
    margin: 0;
    float: left;
    margin: -4px 8px 0 0 !important;
	position: relative;
	background: #FFF;
}

div.uap-register-form input[type=checkbox]:checked:after, 
div.uap-register-form input[type=radio]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin: 8px 0 0 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto; 
	font-size: 15px;
    font-weight: 600;
    position: absolute;
    color: #46CAC6;
}

div.uap-register-form input[type=radio]:checked:after {
    content: "\f111" !important;
}

div.uap-register-form, 
div.uap-register-form .uap-labels-register, 
div.uap-register-notice, 
div.uap-register-14 .uap-submit-form input {
    font-family: 'Didact Gothic',Helvetica,Arial,Lucida,sans-serif;
}

div.uap-register-14 {	
    min-width: initial;
    max-width: initial;
    font-size: 15px;
}

div.uap-register-14 .uap-form-line-register {
    padding: 0;
    position: relative;
    margin-bottom: 20px;
	clear: both;
}

div.uap-register-14 .uap-labels-register {
    margin-bottom: 10px;
    font-weight: normal;
}

div.uap-register-14 .uap-labels-register span, 
div.uap-register-14 .uap-register-row-right {
    display: none;
}

div.uap-register-14 .uap-form-line-register .select2-selection, 
div.uap-register-14 .uap-form-line-register input[type=number], 
div.uap-register-14 .uap-form-line-register input[type=password], 
div.uap-register-14 .uap-form-line-register input[type=text], 
div.uap-register-14 .uap-form-line-register select, 
div.uap-register-14 .uap-form-line-register textarea {
    min-height: 48px;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 3px;
}

div.uap-register-14 .uap-input-notice {
    border-color: #ddd !important;
}

div.uap-register-14 .uap-register-row-left {
    float: none;
    width: auto;
    text-align: center;
}

div.uap-register-14 .uap-submit-form {
    padding: 0;
    text-align: left;
}

div.uap-register-14 .uap-submit-form input {
    background: #222 !important;
    padding: 12px 20px !important;
    border-radius: 3px !important;
    width: auto;
    box-shadow: none !important;
    font-size: 15px !important;
    border: 1px solid #222 !important;
    min-height: 48px;
    font-weight: bold;
    letter-spacing: 1px;
	display: inline-block;
	width: 100%;
}

div.uap-register-14 .uap-submit-form input:hover {
    border-color: #666 !important;
    background: #666 !important;
}

div.uap-register-notice {
    color: #F44336;
    position: absolute;
    right: 10px;
    bottom: 6px;
}


div.uap-strength-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

div.uap-strength-label {
    position: absolute;
    right: 120px;
    top: 10px;
}

div.uap-register-14 .uap-labels-register {
	display: none;
}

div.uap-register-14 .uap-form-line-register:nth-child(-n+2) {
    width: 50%;
    float: left;
    clear: none;
}

div.uap-tos-wrap input {
    margin-top: 0 !important;
}

.uap-form-line-register:nth-child(-n+3) input {
    text-indent: 26px;
}

.uap-form-line-register:nth-child(-n+3):before {
    font-weight: 900;
    content: "\f007";
    display: block;
    position: absolute;
    color: #666;
    font-family: "Font Awesome 5 Free";
    margin: 15px;
}

.uap-form-line-register:nth-child(3):before {
    content: "\f0e0";
}

.uap-tos-wrap a {
	color: #FFF;
}

div.uap-register-form  .uap-tos-wrap input[type=checkbox] {
	margin-top: 0 !important;
}

