﻿
.go-to-no-login:hover,
.go-to-login:hover {
    cursor: pointer;
}

.login-registo-section {
    background-color: #ffffff;
    position: static;
    height: auto;
    min-height: 100vh !important;
    overflow: hidden;
}

.small-text {
    color: #aaa;
    font-size: 11px;
    display: inline;
}

    .small-text span {
        color: #000000 !important;
        font-size: 13px !important;
    }

        .small-text span .red {
            color: #c30000 !important;
        }

.col-centered {
    float: none;
    margin: 0 auto;
    display: block !important;
}

.other-login-btn {
    text-align: center !important;
    width: 50px;
    height: 50px;
    border: solid 1px #393737;
    border-radius: 100%;
    background-color: white;
    color: #393737 !important;
    margin: 10px 5px 30px;
    display: inline-block !important;
}

.unseen-div {
    color: #aaa;
    position: absolute;
    top: 0;
    right: 0;
    margin: 23px 35px 23px 0;
}

.other-login-btn:hover {
    border: solid 1px #c30000;
    color: #c30000 !important;
}

.other-login-btn a {
    color: #393737 !important;
    text-decoration: none;
}

    .other-login-btn a:hover {
        color: #c30000 !important;
        text-decoration: none;
    }

.icon-contacts-round {
    font-size: 25px !important;
    line-height: 50px;
}

.continue-button {
    height: 40px;
    text-transform: uppercase !important;
    padding: 12px 15px !important;
    margin: 40px 20px 0 !important;
    width: calc(100% - 40px) !important;
    background-color: #393737 !important;
    color: white !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
}

.button:hover,
.button.active {
    color: #fff !important;
    border-color: #c30000 !important;
}

.logo-slb {
    width: 85px;
}

.container.container-login-registo {
    opacity: 1;
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 3.75% 0 3.75%;
    font-family: 'Roboto' !important;
    color: #393737;
    display: flex;
    overflow: auto;
    margin: 20px 0 40px;
}

.container-login-registo .popup {
    margin-top: 25px;
    max-width: 700px;
}

.container-login-registo .popup-content-no-login,
.container-login-registo .popup-content-login {
    position: relative;
    background-color: #fff;
    padding: 40px 20px 60px;
    width: 100%;
    margin: auto;
    max-width: 700px;
    height: min-content;
    -webkit-box-shadow: 7px 7px 40px -25px rgba(166, 166, 166, 1);
    -moz-box-shadow: 7px 7px 40px -25px rgba(166, 166, 166, 1);
    box-shadow: 7px 7px 40px -25px rgba(166, 166, 166, 1);
}

@@media(max-width:767px) {
    .container-login-registo .popup-content-no-login,
    .container-login-registo .popup-content-login {
        padding: 40px 5px 50px;
    }

    .continue-button {
        margin: 20px 20px 0 !important;
    }
}

.container-login-registo .popup-content-no-login h1,
.container-login-registo .popup-content-login h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 28px;
    margin: 30px 0 20px !important;
}

.go-to-register:hover {
    cursor: pointer;
}

.container-login-registo .popup-content-no-login .code-area-wrapper .code-form,
.container-login-registo .popup-content-login .code-area-wrapper .code-form {
    position: relative;
    display: block;
    margin: 0 auto;
}

.container-login-registo .login-registo-input {
    height: 40px;
    text-transform: none;
    padding: 12px 14px;
    margin: 12px 20px;
    width: calc(100% - 40px);
    border: 1px solid #ccc;
}

    .container-login-registo .login-registo-input.input-validation {
        margin: 12px 0px !important;
    }

.container-login-registo input[type="text"] + label[placeholder] {
    left: auto;
}

.container-login-registo .input-error-message {
    color: #c30000;
    padding: 10px 0;
    margin: auto;
    width: 75%;
    text-align: center;
}

input[placeholder] {
    font-size: 14px !important;
}

textarea + label[placeholder],
input[type="number"] + label[placeholder],
input[type="email"] + label[placeholder],
input[type="password"] + label[placeholder],
input[type="text"] + label[placeholder] {
    position: absolute !important;
    display: block !important;
    margin: 0 !important;
    pointer-events: none !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 30px !important;
    transform-origin: top left !important;
    transition: height 200ms ease-in-out !important;
}

    textarea + label[placeholder]::before,
    input[type="email"] + label[placeholder]::before,
    input[type="number"] + label[placeholder]::before,
    input[type="password"] + label[placeholder]::before,
    input[type="text"] + label[placeholder]::before {
        text-transform: none;
        font-size: 14px !important;
    }

    input[type="password"] + label[placeholder]::before {
        content: attr(placeholder) !important;
        padding: 0 4px !important;
        display: inline-block !important;
        color: #bebebe !important;
        text-transform: none !important;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.5em !important;
        transition: font-size 200ms ease-in-out !important;
    }

textarea:focus + label[placeholder]::before,
textarea:valid + label[placeholder]::before,
input[type="password"]:focus + label[placeholder]::before,
input[type="password"]:valid + label[placeholder]::before {
    font-size: 10px !important;
    line-height: 1em !important;
    background: #fff !important;
}

textarea:focus + label[placeholder],
textarea:valid + label[placeholder],
input[type="email"]:focus + label[placeholder],
input[type="email"]:valid + label[placeholder],
input[type="number"]:focus + label[placeholder],
input[type="number"]:valid + label[placeholder],
input[type="password"]:focus + label[placeholder],
input[type="password"]:valid + label[placeholder],
input[type="text"]:focus + label[placeholder],
input[type="text"]:valid + label[placeholder],
input[readonly="readonly"] + label[placeholder] {
    height: 24px !important;
}

input.slb-checkbox[type="checkbox"]:not(:checked) + label,
input.slb-checkbox[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
    color: #393737 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

    input.slb-checkbox[type="checkbox"]:not(:checked) + label:before,
    input.slb-checkbox[type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #bbb;
        background: #fff;
    }

    input.slb-checkbox[type="checkbox"]:checked + label:after {
        content: url(/Images/iconCheck.svg);
        position: absolute;
        top: 1px;
        left: -1px !important;
        width: 22px !important;
        height: 22px !important;
        text-align: center;
        transition: all .2s;
    }

input[type="radio"] + label span.outer {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px;
    cursor: pointer;
    border: solid 1px #393737;
    background-color: white;
    border-radius: 100%;
}

input[type="radio"] + label span.inner {
    width: 12px;
    height: 12px;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
}

input[type="radio"]:checked + label span.inner {
    background-color: #c30000;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
    -webkit-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

label {
    max-width: 100%;
}

a:focus,
a:hover {
    color: #c30000;
}

.underline {
    text-decoration: underline;
}

.red {
    color: #c30000 !important;
}

.validation-body .text-right {
    padding-right: 0 !important;
}

.text-right {
    text-align: right !important;
    padding-right: 20px;
}

.text-left {
    text-align: left !important;
    padding-left: 20px;
}