html, body {
    background: #fff;    
}
.base {
    height: 100%;
}
.background {
    background:#272727;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
}
.mancha {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
}
.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: #f33c45;
    display: none;
}
a.return:hover {
    color: #fff;
}
.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 70px;
    max-width: 530px;
}
.description strong {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}
.description strong span {
    font-size: 1rem;
    line-height: 2;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.step {
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 90px;
}
.step > span {
    font-size: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 3.43;
    color: #fff;
}
.step .steps {
    position: relative;
}
.step .steps b {
    position: relative;
    display: inline-block;
    background: #0d0d0d;
    border-radius: 3px;
    height: 8px;
    width: 24px;
    margin-right: 1%;
}
.step .steps b.actual,
.step .steps b.white.actual {
    width: 75px;
    background: #f33c45;
}
.step .steps b.white {
    background: #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: #ff000d;
}
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;
}
input.error + span.text-error,
input.error + label + span.text-error {
    opacity: 1;
    max-height: 35px;
}
input + span.text-error,
input + label + span.text-error {
    opacity: 0;
    max-height: 0;
}

.signup_content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    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: 60px;
    right: 84px;
    padding: 0 40px;
}

.logo {
    padding: 0;
    margin: 40px 40px 40px 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: none;
    text-decoration: none;
    width: 77px;
    height: 108px;
}
.help {
    position: fixed;
    top: 40px;
    font-size: 14px;
    right: 84px;
    color: #7d7d7d;
    font-weight: 400;
    z-index: 2;
}
.help a {
    text-decoration: none;
}
.help a:hover {
    text-decoration: underline;
}

.error-login,
.success-login {
    border-radius: 3px;
    background-color: #ff000d;
    font-size: 14px;
    color:#fff;
    text-align: center;
    padding: 12px;
    margin: 5px 5px 15px;
}
.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,
    .step .steps,
    .back_logo.back_retun,
    .title_inputs,
    .mancha {
        display: none;
    }
    .content {
        max-width: 100%;
        padding: 0;
    }
    a.return {
        display: block;
    }
    .back {
        width: 100%;
        height: 200px;
        bottom: auto;
        z-index: 0;
    }
    .back_logo {
        background: transparent;
        height: 70px;
    }
    .back_logo .logo {
        width: 40px;
        margin: 18px 0 0 25px;
        height: auto;
    }
    .logo img.white {
        display: none;
    }
    .logo img.main {
        display: block;
    }
    .back_description {
        top: 120px;
        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;
    }
    .back_step {
        top: 84px;
        height: auto;
    }
    .back_step .step {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 0 24px;
    }

    .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 {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0;
        float: right;
        border: solid 10px #fff;
        height: 70px;
        box-shadow: 0 -2px 29px 0 rgba(34, 41, 51, 0.1);
        z-index: 2;
    }
}