@charset "UTF-8";
@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/VistaSansAltLight.otf);
}
@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VistaSansOT-Reg.otf);
}
 @font-face {
  font-family: "VistaSans-Book";
  font-style: normal;
  font-weight: 400;
  src: url("VistaSansOTCE-Book.otf");
}
@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/VistaSansOTCE-Med.otf);
}
@font-face {
    font-family: "Vista Sans OT Bold";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/VistaSansOT-Bold.otf);
}
@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/VistaSansOT-Black.otf);
}

body {
    font-family: "VistaSans" !important;
    overflow: hidden !important;
    height:100vh;
}
.container-fluid .no-gutter {
    height: 100% !important;
    overflow: hidden !important;
}

@media screen and (max-height: 750px) {
    .container-fluid .no-gutter {
        overflow-y: scroll !important;
    }
    .login-heading {
        margin-top: 30px !important;
    }
}

.copyright {
    margin: 0 auto;
    font-size: 12px;
    margin-top: -90px;
}

@media screen and (max-width: 991px) {
    .copyright {
        margin-top: -50px;
        text-align: center;
    }
}

.copyright p {
    margin: 0 auto;
    display: table !important;
}

@media (max-width: 776px) {
    .login {
        margin-top: 10px;
    }
    .btn.btn-main {
        width: 100%;
        padding: 17px 17px !important;
    }
    .form-btn {
        width: 70% !important;
    }
    .bg-image {
        display: none !important;
    }
    .form-caption-block-1 .form-caption-block-2 {
        margin:0 0 !important;
    }
    .no-gutter.container-auth .copyright {
        margin-bottom: 20px;
    }
}
.form-caption-block-1 {
    margin:auto;
    text-align: center;
}

.form-caption-block-2 {
    float: right;
    margin-right:45px;
}

#kc-registration\ form-caption-block\ form-caption-block-2 {
    text-align: center;
}

.btn.btn-main {
    padding: 17px 10px;
}

.btn-login-start {
    padding: 15px 30px;
    min-width: 150px;
}

.form-btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-btn {
    width: 50% !important;
}
.btn-hidden-shadow:focus {
    box-shadow: none !important;
}

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}

.login,
.image {
    height: 100%;
}

.bg-image {
    background: url("../img/alpiq-background.jpg") no-repeat center;
    background-size: cover;
}

.mobile-header-container {
    background: url("../img/alpiq-background-mobile.png") no-repeat center;
    background-size: cover;
    height: 180px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: white;
    font-size: 30px;
    font-family: "Vista Sans OT Bold" !important;
    text-align: center;
    display: none;
}

.mobile-header-container.active {
    display: flex;
}


@media screen and (max-width: 992px) {
    .login-heading-main {
        display: none;
    }
    .py-5.form-container-auth {
        padding-top: 0 !important;
    }
    .form-container-auth .custom-checkbox-input .checkbox-container {
        justify-content: center;
    }
    .form-container-auth-links {
        flex-direction: column;
        align-items: center;
    }
    .form-container-auth-links .col-6{
        max-width: initial;
    }
    .form-container-auth-links .col-6.first{
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) {
    .mobile-header-container.active {
        display: none;
    }
}

.btn-login {
    padding: 18px 60px;
    background-image: linear-gradient(270deg,#ffc000 -90.55%,#f25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 28px;
    font: 500 16px/18px "VistaSans";
    transition: .2s;
    border: none;
}

.btn {
    color: #fff !important;
}

.btn-login:hover {
    box-shadow: 0 0 10px #ff8c00;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
    border-radius: 2rem;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

label {
    font-size: 10px;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

.custome-input {
    border: 1px solid #ffffff !important;
    box-shadow: 0px 1px 10px rgba(1,48,67,0.14902);
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
    padding-left: 30px;
    width: 100%;
    -webkit-appearance: none;
}

.form-caption {
    color: #999999;
    font-size: 14px;
}

/* Safari | gnome web - WebKit browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .login-heading {
        margin-top: 50px;
    }
}

.login-heading {
    font-weight: 400;
    margin-bottom: 0rem !important;
    text-align: center;
    font-family: "Vista Sans OT Bold" !important;
    margin-top: 0;
}

.wrapper.public__page  #main .container-fluid {
    height: 100%;
}

.password-icon {
    position: absolute;
    right: 62px;
    margin-top: 10px;
}
@media screen and (min-width: 2000px) {
    .password-icon {
        right: 102px;
    }
}
@media screen and (min-width: 1600px) {
    .password-icon {
        right: 72px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1256px) {
    .password-icon {
        right: 82px;
    }
}
@media screen and (max-width: 400px) {
    .password-icon {
        right: 52px;
    }
}

.form-bloc {
    margin-top: -5rem;
}
@media screen and (min-width: 992px) and (max-width: 1256px) {
    .form-bloc {
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-width: 100% !important;
    }
}

.custom-checkbox-input.remember-me {
    margin-top: -20px;
}

.password-list {
    list-style: none;
    margin-top: -15px;
}

.password-list li::before {
    content: "\2022";
    color: #FF9400;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.sub-title-registe {
    text-align: center;
    font-size: 10px;
    margin-bottom: -15px;
    font-family: "VistaSans";
}

.click-here {
    text-decoration: underline #ff9400 !important;
    color: #ff9400;
}

.remember-me-text {
    font-size: 14px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c7beca;
    opacity: 1; /* Firefox */
    margin-top:100px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7beca;
    margin-top:10px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c7beca;
}

.login {
    padding-top: 80px;
}


.custom-input input:valid {
    width: 100%;
}

.custom-input .form-control {
    box-shadow: 0 1px 10px rgba(1,48,67,.12902);
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
    border: none;
    padding-left: 30px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.floating-lab {
    position: relative;
    top: 44px;
    font-size: 14px;
    margin-left: 30px;
    color: rgba(1,48,67,0.34902);
    z-index: -1;
}

.clicked-label {
    font-size: 12px;
    transform: translateY(-155%);
    transition: all 0.2s ease;
    background-color: white;
    padding: 0px 10px;
    z-index: 1;
}

.login-input {
    background: transparent;
    width: 100%;
}

.password-icon-login {
    position: relative;
    top: -44px;
    left: 82%;
}

@media screen and (max-width: 450px) {
    .password-icon-login {
        right: 50px;
    }
}

#mailSent {
    display: none;
}

.error-msg.error-in-form {
    color: red;
    padding-left: 10%;
    margin-bottom: -10px;
    margin-top: 10px;
}

.error-same-pwd {
    color: red;
    display: none;
}

.btn-main.form-btn.btn-reset {
    padding: 18px;
}

.btn-main.form-btn.btn-create {
    padding: 15px 10px;
}

.btn-main.form-btn.btn-forget-pwd {
    margin-top: 20px;
}

p.instruction:nth-child(1) {
    margin-top: 20px;
}

.form-margin {
    margin-top: -20px;
}

.success-msg {
    color: #198f32;
    font-weight: 500;
}
.error-msg {
    color: red;
}
.warning-msg {
    display: none;
}

#invalid-pwd, #not-confirmed-pwd {
    color: red;
}
#valid-pwd, #confirmed-pwd {
    color: green;
}

#invalid-pwd, #valid-pwd, #confirmed-pwd, #not-confirmed-pwd {
    position: absolute;
    right: 40px;
    font-size: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 500px) {
    #invalid-pwd, #valid-pwd, #confirmed-pwd, #not-confirmed-pwd {
        right: 25px;
    }
}

.disabled-input {
    background-color: #EBEBE4;
}

@media screen and (max-width: 991px) {
    #main.main-auth .container-fluid .no-gutter {
        padding-bottom: 50px;
    }

    #main.main-auth. col-lg-6-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}