/* CSS Document */

html, body {
    height: 100%
}

body {
    font-family: Verdana,Geneva,sans-serif;
    display: flex;
    align-items: center;
    background: url(/themes/lockton-mex/Assets/images/banner-login.jpg) center center no-repeat fixed;
    background-size: cover;
}

h1 {
    font-size: 32px;
    line-height: 1.2em;
}

h2 {
    font-size: 28px;
    line-height: 1.2em;
}

h2 {
    font-size: 22px;
    line-height: 1.2em;
}

p, span {
    font-size: 16px;
    line-height: 1.2em;
}

input, button {
    font-size: 16px !important;
    line-height: 1.2em !important;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 15px 50px;
    margin: auto;
    background-color: rgba(0,0,0,0.70);
}

    .form-signin .logo {
        width: 100%;
        max-width: 148px;
        height: auto;
    }

    .form-signin a, .form-signin p {
        color: #FFFFFF;
    }

    .form-signin .checkbox {
        font-weight: 400
    }

    .form-signin .form-floating:focus-within {
        z-index: 2
    }

    .form-signin input[type=text],
    .form-signin input[type=email],
    .form-signin input[type=password] {
        margin-bottom: 10px;
        border-radius: 0px;
    }

    .form-signin .form-floating:not(.no-icon) > input {
        width: 85% !important;
        margin-left: 15%;
    }

    .form-signin .label-success {
        display: inline-block;
        padding-bottom: 15px;
        color: white;
    }

    .form-signin .btn-primary {
        background-color: #00AEEF;
        border-radius: 0px;
    }

        .form-signin .btn-primary:hover {
            background-color: #8ED8F8;
        }

    .form-signin .small {
        font-size: .75em;
    }

    .form-sgi

.form-control:hover {
    border-color: 2px solid #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.form-floating:not(.no-icon) > label {
    padding-left: 4rem;
}

.floatingico, .floatingbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 55px;
    height: 58px;
    background-color: #a5adb6;
}

.floatingico {
    left: 0;
}

    .floatingico img {
        width: 100%;
        max-width: 25px;
        height: auto;
    }

.floatingbtn {
    right: 0;
}

    .floatingbtn .btn {
        border-radius: 0;
    }

        .floatingbtn .btn .fa {
            font-size: 1.2em;
        }


.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: transparent !important;
    border-radius: inherit !important;
}


.select2-container .select2-choice,
.select2-container .select2-drop {
    border-radius: 0 !important;
}

.select2-container .select2-choice {
    height: 50px;
    line-height: 1.42857;
    padding-top: 0.5em;
    text-align: left;
}

