@font-face {
    font-family: Gotham HTF;
    src: url('/assets/font/GothamHTF-Book.otf');
}


body {
    background-color: #FFFFFF !important;
    font-family: Gotham HTF;
    font-style: normal;
    font-weight: 500;
}

.image-block {
    background-image: url('/assets/app/images/login/image.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    padding: 0;
}


/* Lines */
.line-container {
    overflow: hidden;
    height: 100vh;
}

.line-container .wrap-line-1 {
    overflow: hidden;
    margin-top: 131px;
    height: 638px;
    float: right;
}


.line-container .wrap-line-1 .line-1 {
    width: 111px;
    height: 800px;
    margin-top: -87px;
    margin-left: 472px;
    background: #3366E1;
    transform: rotate(-158deg);
    padding: -47px;
    padding-right: -200px !important;
    margin-right: 23px;
}


.line-container .wrap-line-2 {
    overflow: hidden;
    height: 100%;
    margin-top: -143px;
    float: right;
}


.line-container .wrap-line-2 .line-2 {
    width: 146px;
    height: 787px;
    margin-top: -87px;
    margin-left: 472px;
    background: #00CCFF;
    transform: rotate(-158deg);
    padding: -47px;
    padding-right: -200px !important;
    margin-right: 65px;
}

.line-container .wrap-line-3 {
    overflow: hidden;
    margin-top: -842px;
    float: right;
}


.line-container .wrap-line-3 .line-3 {
    width: 121px;
    height: 674px;
    margin-top: -87px;
    margin-left: 472px;
    background: #3366E1;
    transform: rotate(-158deg);
    padding: -47px;
    padding-right: -200px !important;
    margin-right: -50px;
}

.form-block {
    padding: 48px;
}

.form-block .login-form {
    max-width: 385px;
    transform: translateY(50%);
    height: 371px;

}

.form-block .login-form label {
    background: transparent;
    color: #2C303A;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
}

.form-block .login-form .link {
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: right;
    text-decoration-line: underline;
    color: #3366E1;
    padding-top: 3px;
}

.form-block .login-form button {
    line-height: 24px;
    margin: 0 10px;
    padding: 8px 16px;
    font-size: 14px;
    height: 42px;
}

.form-block .login-form .form-group {
    padding-bottom: 17px;
    margin-bottom: 12px;
}

.form-block .login-form input {
    height: 48px;
}

.form-block .login-form .form-label {
    font-size: 48px;
    line-height: 60px;
    color: #000000;
    padding-bottom: 18px;
}

.form-block .login-form .form-description {
    font-size: 16px;
    line-height: 28px;
    color: #2C303A;
    padding-bottom: 40px;
}

.form-block .login-form label .required {
    display: none;
}

.form-block .login-form .button-block {
    float: left;
    margin-left: -11px;
}

.form-block .login-form .link-block {
    float: right;
    margin-right: -9px;
    padding-top: 0;
}

@media (max-width: 993px) {
    .image-block {
        display: none;
    }

    .form-block .login-form {
        transform: translateY(40%);
    }

    .form-block {
        padding: 16px;
    }

    .form-block .login-form .form-label {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-height: 820px) {
    .form-block .login-form {
        transform: translateY(40%);
    }
}

@media (max-height: 720px) {
    .form-block .login-form {
        transform: translateY(20%);
    }
}

/* floatingLabel */
.floatingLabel .form-control:placeholder-shown:not(:focus) + * {
    font-size: 14px;
    line-height: 30px;
    opacity: 0.4;
    margin-left: 4px;
    padding-left: 0;
}

.floatingLabel .form-control:-webkit-autofill ~ label {
    font-size: 14px;
}

.floatingLabel label::after, .floatingLabel > span::after {
    height: 3px;
    top: 30%;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #e7eaec;;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}
