html, body {
    background: #fff;    
}
.base {
    height: 100%;
}
.background {
    background:#2a3072;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
}
.back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
}
.back.back_logo {
    z-index: 1;
}
.signup {
    background: #fff;
    width: 55%;
    height: 100%;
    display: block;
    float: right;
}
a.return {
    position: absolute;
    width: 48px;
    height: 48px;
    text-align: center;
    top: 35px;
    left: 7px;
    font-size: 16px;
    padding-top: 16px;
    color: #fd3c8f;
    display: none;
}
a.return:hover {
    color: #f82881;
}
a.return_desk {
    position: absolute;
    bottom: 60px;
    left: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: #3c9ff0;
    z-index: 10;
}
a.return_desk:hover {
    text-decoration: underline;
}
.content {
    margin: 0 auto;
    width: 100%;
    max-width: 490px;
    padding: 0 30px;
}
span {
    font-size: 1rem;
    color: #848c98;
    display: block;
}

.description {
    position: relative;
    display: table;
    height: 100%;
    padding: 0 50px;
}
.description strong {
    display: table-cell;
    vertical-align: middle;
    line-height: 3.375rem;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

span.step  {
    font-size: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 3.43;
    font-weight: 400;
    color: #fff;
}

input[type=text],
input[type=password] {
    font-family: 'Roboto', sans-serif;
    background: #f0f2f5;
    border-radius: 2px;
    border:  solid 1px #f0f2f5;
    position: relative;
    font-weight: 400;
    height: 56px;
    margin: 15px 0 0;
    display: block;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input.medium {
    width: 50%;
}
input:focus {
    /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);*/
}
input:disabled {
    background: #dadfe6;
    border-color: #dadfe6;
    cursor: not-allowed;
}
input:read-only {
    cursor: not-allowed;
    color: #575b5c;
}

input.error {
    border-color: #f5176a;
}
input.question {
    transition: padding-top 0.2s ease, margin-top 0.2s ease;
    overflow-x: hidden;
}
input.question.confirmed {
    padding: 17px 15px 0;
}
input.question + label {
    display: block;
    position: relative;
    white-space: nowrap;
    height: 0;
}
input.question:focus + label > span,
input.question:not([value='']) + label > span {
    top: -46px;
    font-size: 0.75rem;
}
input.question + label > span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    position: absolute;
    color: #78838a;
    font-size: 1rem;
    top: -36px;
    left: 16px;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

span.text-error {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #fe0c47;
    overflow: hidden;
    display: block;
    line-height: 20px;
    transition: all 0.2s ease-out;
}
span.text-error a {
    color: #53b7e1;
}
input.question.error + span.text-error {
    opacity: 1;
    max-height: 35px;
}
input.question + span.text-error {
    opacity: 0;
    max-height: 0;
}

.show_content {
    position: absolute;
    top: 100px;
    bottom: 124px;
    overflow-y: auto;
    max-width: 500px;
    padding-right: 40px;
    width: 100%;
}
.signup_content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    max-width: 500px;
    z-index: 1;
}
.signup_content .middle {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.center {
    text-align: center;
    font-size: 0.875rem;
    color: #848c98;
    margin: 30px 0;
}

.title_inputs {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

.button {
    margin: 0 auto;
    position: relative;
    display: block;
}
.button.fixed {
    position: fixed;
    bottom: 40px;
    right: 60px;
    font-size: 1.125rem;
    padding: 0 40px;
}

.logo {
    padding: 0;
    margin: 40px 0 0 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: none;
    text-decoration: none;
    width: 105px;
    height: 40px;
}
.logo img.white {
    display: block;
    height: 100%;
}
.logo img.main {
    display: none;
    height: 100%;
}
.help {
    font-family: 'Roboto', sans-serif;
    position: fixed;
    top: 40px;
    right: 60px;
    color: #7d7d7d;
    font-weight: 400;
    font-size: 13px;
}
.help a {
    text-decoration: none;
}
.help a:hover {
    text-decoration: underline;
}

.error-login,
.success-login {
    border-radius: 3px;
    background-color: #f5176a;
    font-size: 14px;
    color:#fff;
    text-align: center;
    padding: 12px;
}
.success-login {
    background-color: #13ce51;
}

/*
Checkbox Selection
*/
input.checkbox.selection + label {
	background: #dde0e3;
	border: 3px solid #dde0e3;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
    cursor: pointer;
    top: 2px;
    margin: 0 15px 0 0;
}
input.checkbox.selection + label:active, input.checkbox.selection:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
input.checkbox.selection:checked + label {
	background: transparent;
	border: 3px solid #1f469d;
	color: #1f469d;
}
input.checkbox.selection:checked + label:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00c'; 
    font-weight: 900;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 2px;
	color: #1f469d;
}

/* Medium */
@media (max-width:1020px) {
    html, body {
        font-size: 14px;
    }
}

/* Small */
@media (max-width:640px) {
    .signup {
        width: 100%;
        padding: 224px 24px 24px;
    }
    .help,
    a.return_desk,
    .back_logo.back_retun,
    .title_inputs {
        display: none;
    }
    .show_content {
        position: relative;
        top: auto;
        bottom: auto;
        overflow: hidden;
        max-width: none;
        padding: 0;
    }
    .content {
        max-width: 100%;
        padding: 0;
    }
    a.return {
        display: block;
    }
    .back {
        width: 100%;
        height: 200px;
        bottom: auto;
        z-index: 0;
    }
    .back_logo {
        background: #fff;
        height: 70px;
    }
    .back_logo .logo {
        width: 130px;
        margin: 16px 0 0 24px;
    }
    .logo img.white {
        display: none;
    }
    .logo img.main {
        display: block;
    }
    .back_description {
        top: 75px;
        height: auto;
    }
    .back_description .description {
        display: block;
        padding: 0 24px;
    }
    .back_description .description strong {
        display: block;
        line-height: 1.8rem;
        font-size: 1.5rem;
        max-width: 260px;
    }

    .signup_content {
        height: auto;
    }

    .background {
        background-image: none !important;
        bottom: auto;
        height: 200px;
        width: 100%;
    }
    .signup_content .middle {
        display: block;
    }
    .button.fixed {
        bottom: 24px;
        right: 24px;
    }
    .button.fixed.relative {
        bottom: auto;
        right: auto;
        position: relative;
        margin: 20px 0 30px;
        float: right;
    }
}