.main-container {
    display: flex;
    height:100%;
}

#login-title {
    font-size: 25px;
}

.svg-logo {
    color: var(--color-insezo-danger);
    fill: var(--color-insezo-danger);
    background: var(--color-insezo-danger);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.message {
    position: relative;
    top: 50%;
    left: 30px;
    color: white;
    width: 60%
}

.slider .logo {
    position: absolute;
    left: 10px;
    font-size: 150px;
    zoom: 1.3;
    background-size: 100%;
    top: -40px;
    z-index: 999;
    color: white;
}

.language {
    padding-top: 10px;
    margin-right: 20px;
}

.forgot {
    font-size: 14px;
}


.language {
    font-size: 14px;
    position: relative;
    top: 10px;
    text-align: right;
}

.bottom {
    margin-top: 20%;
}

.slider {
    flex: 1;
}

.slider.background-1 {
    background: url(../img/login-background-1.jpg) no-repeat 60%; /* 90% */
    background-size: cover;
}

.slider.background-2 {
    background: url(../img/login-background-2.jpg) no-repeat 0%; /* 90% */
    background-size: cover;
}

.slider.background-3 {
    background: url(../img/login-background-3.jpg) no-repeat 80%; /* 90% */
    background-size: cover;
}

.slider.background-4 {
    background: url(../img/login-background-4.jpg) no-repeat 30%; /* 90% */
    background-size: cover;
}

.slider .wrapper {
    background: linear-gradient(60deg, #003dff, #00b5ff);
    opacity: 0.9;
    height: 100%;
    width: 100%;
}

.pass-container {
    height: 100%;
}

.right {
    flex: 1;
    background: #F6F8FC; /* F6F8FC */
}

.right > .login {
    background: #fff;
    margin: 12% 20%;
    width: 60%;
    min-height: 500px;
    height: 76%;
}

.message .from {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: italic;
}

.message .text {
    font-size: 30px;
    font-weight: bold;
}

#rememberTxt {
    font-size: 18px;
    font-weight: lighter
}

.login-button {
    border: none;
    background: var(--color-insezo-primary);
    border-radius: 2px;
    padding: 5px;
    font-size: 15px;
    color: white;
}

.error {
    color: #FF3030;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.wrapper-button {
    border-radius: 100%;
    border: none;
    height: 7px;
    width: 7px;
    padding: 0;
    margin-top: 15px;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.5);
}

.wrapper-button.active {
    background: white;
    padding: 0;
    border: none;
}

.login-field {
    zoom: 1.1;

}

.login-icon {
    /*position: absolute;*/
    left: 19%;
}

.login-icon:first-of-type {
    top: 10px;
}

.login-icon:last-of-type {
    top: 68px;
}

.logo {
    /*position: absolute;*/
    left: calc(50% - 110px);
    font-size: 220px;
    color: var(--color-insezo-primary);
}


@media screen and (max-width: 1050px) {
    .right {
        width: 100%;
        background: #F6F8FC; /* F6F8FC */
    }

    .slider {
        display: none;
    }

    .right > .login {
        background: #FFF;
        width: 70%;
        height: 60%;
    }

    .bottom {
        margin-top: 15%;
    }
}

@media screen and (max-width: 580px) {
    .right > .login {
        background: #FFF;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .bottom {
        margin-top: 30%;
    }
}

@import url(https://fonts.googleapis.com/css?family=Roboto);

.form-group {
    width: 55%;
    left: calc(22.5% + 18px);
    position: relative;
    margin-top: 2.25rem;
}

.go-back {
    position: absolute;
    bottom: 20px;
    height: 20px;
    font-size: 17px;
    text-align: center;
    left: 10px;
}

div.go-back > a {
    color: #2cb8fe;
}

div.go-back > a > i.material-icons {
    position: relative;
    top: 6px;
}

.radio {
    margin-bottom: 1rem;
}

.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    user-select: none;
    color: #999;
}

.radio .helper::before, .radio .helper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    transition: transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.radio .helper::after {
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
}

.radio label:hover .helper {
    color: #337ab7;
}

.radio input:checked ~ .helper::after {
    transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
    color: #337ab7;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

#toggle-password {
    font-size: 21px;
    position: absolute;
    right: 0;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/*
 * Login Divider
 * --------------------------------------------------
 */
.divider-wrapper {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 24px 0;
    align-items: center;
    justify-content: center;
    vertical-align: baseline;
}

.divider-wrapper:before, .divider-wrapper:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    margin: 0;
}

.divider {
    text-align: center;
    flex: .2 0 auto;
    margin: 0;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
