#register {
margin-top: 80px;
}
.custom-form {
width: 100%;
max-width: 450px;
left: 50%;
transform: translateX(-50%);
}
.custom-form .title{
width: 100%;
color: #fff;
margin: 2.5% 0;
font-size: 1.7em;
font-weight: 600;
text-align: center;
}
.custom-form .subtitle{
width: calc(50% - 10px);
margin: 0 5px;
padding-bottom: 5px;
color: #ffffff;
font-size: 1em;
font-weight: 500;
}
.custom-form b.userPhone {
font-weight: 300;
}
.custom-form b.userBirthday {
font-weight: 300;
line-height: .8em;
font-size: .8em;
}
.custom-form .text-container{
width: calc(50% - 10px);
margin: 0 5px;
color: #ffffff;
font-size: .9em;
}
.custom-form form {
position: relative;
float: left;
width: calc(100% - 40px);
backdrop-filter: blur(7.5px) saturate(200%);
-webkit-backdrop-filter: blur(7.5px) saturate(200%);
background-color: rgba(0, 0, 0, .3);
padding: 30px 20px;
border-radius: 10px;
box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
.custom-form .custom-input {
width: 100%;
padding-bottom: 20px;
}
.custom-form .custom-input:last-child {
margin-bottom: 0;
}
.custom-form .custom-input label{
width: calc(100% - 31px);
margin: 0 5px;
line-height: 15px;
font-size: .8em;
font-weight: 400;
color: #ffffff;
margin-bottom: 2px;
-webkit-touch-callout: none !important;
-webkit-user-select: none !important;
-khtml-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important; 
}
.custom-form .custom-input label a {
color: #ffffff;
}
.custom-form .custom-input input,
.custom-form .custom-input textarea,
.custom-form .select-selected,
.custom-form .custom-select .select-items{
width: calc(100% - 30px);
margin: 0 5px;
padding: 10px;
border-radius: 5px;
height: 1em;
line-height: 1em;
font-size: 1em;
font-weight: 400;
resize: none;
background: #ffffff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-form .custom-input input:read-only,
.custom-form .custom-input textarea:read-only{
background: rgba(255,255,255,.7)
}
.custom-form .custom-input .radio {
width: 100%;
margin-top: 5px;
}
.custom-form .custom-input .radio input {
width: 20px;
height: 20px;
z-index: 3;
cursor: pointer;
}
.custom-form .custom-input .radio input:checked {
background: transparent !important;
}
.custom-form .custom-input .radio input:read-only {
background: rgba(255,255,255,1)
}
.custom-form .custom-input .radio input:checked ~ .checked {
background: rgba(0,0,0,1);
z-index: 2;
}
.custom-form .custom-input .radio label{
width: calc(100% - 30px);
margin: 0;
line-height: 20px;
font-size: .9em;
font-weight: 300;
cursor: pointer;
}
.custom-form .custom-input .radio label i {
font-size: .7em;
}
.custom-form .custom-input .radio .checked {
position: absolute;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 1em;
border-radius: 5px;
color: var(--brand-color);
text-align: center;
margin: 0 5px;
transition: .1s;
}
.custom-form .custom-select {
z-index: 3;
}
.custom-form .custom-select .select-items {
margin-top: 20px;
height: auto;
}
.custom-form .custom-select .select-items.select-hide {
height: 0;
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
padding: 0 10px;
}
.custom-form .custom-input .input-password-custom {
width: 100%;
}
.custom-form .custom-input img {
position: absolute;
height: 1em;
right: 15px;
top: 50%;
transform: translateY(-50%);
opacity: .8;
cursor: pointer;
}
.custom-form button:disabled{
cursor: auto;
opacity: .5;
}
.custom-form button,
.custom-form .button{
width: 70%;
margin: 0 15%;
padding: 10px 0;
border-radius: 5px;
font-size: 1em;
text-align: center;
color: #000000;
background: var(--brand-color);
cursor: pointer;
transition: .3s;
text-transform: uppercase; 
}
.custom-form .label-btn {
width: 100%;
text-align: center;
margin: 1.5% 0;
font-size: .9em;
color: var(--brand-color)
}
.custom-form span{
position: relative;
float: left;
width: 100%;
font-size: .8em;
padding: 25px 0;
font-weight: 300;
text-align: center;
}
.custom-form span a {
font-weight: 500;
color: #fff;
transition: .3s;
}
.custom-form span a:hover {
text-decoration: none;
}

@media (max-width: 768px) {
.custom-form form {
width: calc(100% - 30px);
padding: 20px 15px;}
}