﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

html {
    box-sizing: border-box;
}
input, button {
    font: unset;
    font-family: 'Roboto', sans-serif !important;
}
body {
    margin: 0;
    /*background-color: transparent;*/
    font-family: 'Roboto', sans-serif;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
}



#formLogOn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.wrapper-login {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
}


.columnLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F7F8FC;
    width: 100%;
}

.columnRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 47%;
}

.logoClaranet {
    height: 150px;
    width: 150px;
}

@media (max-width: 849px) {
    .columnRight{
        display:none;
    }
}

@media (max-width: 500px) {
    .wrapper-login, .columnLeft {
        padding: 0;
        max-width: none;
        max-height: none;
        border-radius:0;
    }
}

.columnRight h3, .columnRight p, .columnRight span {
    color: var(--white);
    font-size: 20px;
    font-weight: var(--fontWeightNormal);
    line-height: 35px;
    letter-spacing: 0.05em;
    padding-left: 20px;
    font-family: Roboto,sans-serif;
    margin-bottom: 20px;
}


.columnRight h3 {
    font-size: 32px;
    font-weight: var(--fontWeightBold);
}

.btn-gray {
    font-size: 16px;
    font-weight: var(--fontWeightRegular);
    background: var(--darkGray2);
    height: 44px;
    min-height: 44px;
    width: 105px;
    border-radius: 3px;
    text-decoration: none;
    color: var(--white);
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top:30px;
    margin-left: 20px;
}
.btn-gray:hover {
    opacity: 0.8;
}

fieldset {
    border: none;
}

.title {
    color: #252733;
    font-weight: 300;
    font-size: 24px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.05em;
}

.subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #9FA2B4;
    text-align: center;
    letter-spacing: 0.03em;
}
.textWidth {
    width: 45%;
    padding-bottom: 12px;
    margin: 0 auto;
}

.form-group {
    position: relative;
}

.reset-pass {
    padding-bottom: 10px;
    display: block;
    z-index: 99999;
    box-sizing: border-box;
    display: none;
}

.form-group-close {
    text-align: right;
    margin-top: 12px;
}

.bt-close {
    text-decoration: none;
    margin-top: 15px;
    color: #9FA2B4;
    font-size: 14px;
}

.iconClose {
    color: var(--mediumGray);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: var(--fontWeightRegular);
}

.iconClose:hover {
    opacity:0.8;
}

.custom-popup {
    background: var(--white);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    width: 40vw;
    height: 20vh;
    padding: 10px 20px 25px 20px;
}

.custom-popup .btnPrimary {
   text-decoration: none;
   padding: 10px 30px;
}

.custom-popup .title {
    font-size: 20px;
    line-height: 26px;
}

.text-center {
    text-align: center;
}

.form-group-pass .form-label {
    font-size: 13px;
}

.form-control {
    background: var(--white);
    border: 1px solid #DFE1EB;
    box-sizing: border-box;
    border-radius: 3px;
    width: 300px;
    height: 44px;
    padding: 16px 10px 10px 35px;
    margin-bottom: 15px;
    transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    -webkit-transition: border 200ms ease;
    font-size: 12px;
    color: #252733;
}

.form-control:focus {
    outline: none;
    border-color:var(--redPattern);
}

.form-label {
    font-size: 14px;
    color: #9FA2B4;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    padding: 10px 10px 10px 31px;  
}

.form-control:focus ~ .form-label, .form-control:valid ~ .form-label {
    top: -5px;
    font-size: 11px;
    color: #9FA2B4;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    visibility: hidden;
    opacity: 0;
}

::-moz-placeholder { /* Firefox 19+ */
    visibility: hidden;
    opacity: 0;
    outline: 0;
}

:-ms-input-placeholder { /* IE 10+ */
    visibility: hidden;
    opacity: 0;
}

:-moz-placeholder { /* Firefox 18- */
    visibility: hidden;
    opacity: 0;
    outline: 0;
}



.iconEmail {
    background: url(images/icon/icon-email.png) no-repeat;
    padding: 12px;
    background-position: 8px 11px;
    position: absolute;
    width: 15px;
    height: 19px;
}

.iconPassword {
    background: url(images/icon/icon-password.png) no-repeat;
    padding: 12px;
    background-position: 8px 11px;
    position: absolute;
    width: 15px;
    height: 19px;
}

.formGroupForget {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: -15px;
    align-items: center;
}

.formGroupForget > div {
    align-items: center;
    display: flex;
}

.checkbox {
    border: 1px solid #dfe1eb;
    border-radius: 3px;
}


.checkboxText {
    font-size: 12px;
    font-weight: var(--fontWeightRegular);
}

.forgetLink {
    color: var(--redMedium);
    text-decoration: none;
}

.btnPrimary {
    font-family: 'Roboto', sans-serif !important;
    background-color: var(--redPattern);
    color: var(--white);
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.03em;
    border: none;
    font-weight: var(--fontWeightRegular);
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    height: 40px;
    cursor: pointer;
}

.btnPrimary:hover {
    background-color: var(--lightRed2);
}

.alert {
    box-sizing: border-box;
    margin: 0 0 20px 0;
    width: 100%;
    border: 1px solid #EB1F37;
    border-radius: 3px;
    color: #EB1F37;
    font-size: 12px;
    background: rgba(235, 31, 55, 0.1);
    letter-spacing: 0.01em;
    align-items: center;
    padding: 15px;
    display: flex;
}

.bgContent {
    height: 40vh;
    background: #F0F1F7;
    border-radius: 0px 0px 0px 35px;
}

.screenServicesContainer {
    display: flex;
    justify-content: flex-end;
}

.screenServices {
    background-repeat: no-repeat;
    width: 100%;
    max-width: 668px;
    height: 400px;
    margin-top: 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
    background-size: cover;
}

.bgFooterContent {
    background: var(--gradientRed);
    border-radius: 35px 0 0 0;
    margin-top: 20px;
    height: 100%;
    max-height: 270px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;

}

.textFooter {
    width: 80%;
    padding: 2rem 0 0 3rem;
    color: var(--white);
}

.textFooter h2 {
    font-size: 26px;
    margin: 10px 0;
}

.textFooter p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.03em;
}

#bannerFooter button {
    background: var(--white);
    color: var(--redPattern);
    width: 166px;
    height: 44px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.labelFloat {
    position: relative;
    padding-top: 0.8125rem;
}

.hideShow {
    position: relative;
    display: block;
    color: var(--redPattern);
    bottom: 44px;
    text-align: right;
    font-size: 12px;
    left: 80%;
    font-weight: var(--fontWeightRegular);
    width: 48px;
    cursor: pointer;
}

a#hs-eu-confirmation-button {
    background-color: red !important;
    border: 1px solid red !important;
}

.loading-overlay {
    position: absolute;
    z-index: 999999;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: linear-gradient( 360deg, #000 -26%, #ffffff00 100%);
}

.loading-overlay.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #fff;
}

.loading-overlay .loading {
    color: #fff;
    font-size: 35px;
}