[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body {
    font-family: Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color: #f5f5f5;
}

.form-group {
    border-bottom: 1px solid #000;
}

.input-required-info {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #b00020;
}

.input-required-info > i{
    font-size: 16px;
}

.input-icon {
    font-size: 22px;
    text-align: center;
    width: 24px;
}

.form-control {
    border: 0;
    background-color: #fff;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #96939b;
    margin: 0 .75rem 0;
    padding-left: 0;
}

.form-control:focus {
    border: 0;
    background-color: #fff;
    color: #96939b;
    outline: 0;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

#create-button {
    height: 56px;
    background-color: #fc4631;
    border-radius: 7px;
    border: solid 1px #fc4631;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    text-align: center;
    color: #f5f5f5;
    text-transform: uppercase;
}

#create-button:hover:not(:focus):not(:active) {
    background-color: #ec7572;
    border: solid 1px #ec7572;
}

#create-button:focus, #create-button:active {
    background-color: #db312b;
    border: solid 1px #db312b;
    outline: 0;
    box-shadow: none;
}

#login-button {
    width: 160px;
    height: 48px;
    border-radius: 8px;
    border: solid 1px #fc4631;
    background-color: #fafafa;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #fc4631;
}

#login-button:active, #login-button:focus {
    background-color: #ffebee;
    outline: 0;
    text-decoration: none;
}

#login-button:hover:not(:focus) {
    background-color: #e8e8e8;
    text-decoration: none;
}

#login-button > .icon {
    width: 20px;
    font-size: 20px;
}

#login-button-mobile {
    color: #fc4631;
}

#logo {
    height: 140px;
    background: url("../img/logo.png") no-repeat center;
    background-size: 300px;
}

#info-text-header {
    font-family: Raleway, Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: #292736;
}

#info-text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: #292736;
}

#form-container {
    background-color: #fff;
}

#field-required-info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.25px;
    color: #96939b;
}

.asterix {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    text-align: center;
}

.form-control::-moz-placeholder {
    color: #96939b;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #96939b;
}
.form-control::-webkit-input-placeholder {
    color: #96939b;
}

.custom-control-label {
    padding-left: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.25px;
    color: #96939b;
}

.custom-control-label:focus {
    outline: 0;
}

.custom-control-input:focus {
    outline: 0;
}

.custom-control-label::after {
    width: 16px;
    height: 16px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-color: #96939b;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #292736;
    background-color: #292736;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #292736;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    border-color: #292736;
    background-color: #fff;
}

#regulations {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.25px;
    color: #96939b;
}

#regulations > i {
    margin-right: 10px;
}

#regulations a {
    color: #96939b;
    text-decoration: underline;
}

.sk-primary.sk-three-bounce .sk-child {
    background-color: #fff;
    margin-left: 5px;
    width: 12px;
    height: 12px;
}