﻿/*Common*/

.logotipo-login {
    max-width: 200px;
    max-height: 100px;
}
.awlogin-container img {
    /*    max-width: 200px;
    max-height: 100px;*/
}

.awlogin-container .text-xs {
    font-size: 0.75rem;
}

.awlogin-container .text-sm {
    font-size: 0.875rem;
}

.awlogin-container .text-md {
    font-size: 1rem;
}

.awlogin-container .cursor-pointer {
    cursor: pointer;
}

.awlogin-container .pt-1 {
    padding-top: 0.25rem !important;
}

.awlogin-container .pt-2 {
    padding-top: 0.5rem !important;
}

.awlogin-container .pt-4 {
    padding-top: 1rem !important;
}

.awlogin-container .pt-10 {
    padding-top: 2.5rem !important;
}

.awlogin-container .pb-1 {
    padding-bottom: 0.25rem !important;
}

.awlogin-container .pb-2 {
    padding-bottom: 0.5rem !important;
}

.awlogin-container .pb-4 {
    padding-bottom: 1rem !important;
}

.awlogin-container .pb-10 {
    padding-bottom: 2.5rem !important;
}

.awlogin-container .mr-1 {
    margin-right: 0.25rem !important;
}

.awlogin-container .mr-2 {
    margin-right: 0.5rem !important;
}

.awlogin-container .mr-4 {
    margin-right: 1rem !important;
}

.awlogin-container .mr-6 {
    margin-right: 1.5rem !important;
}

.awlogin-container .mr-10 {
    margin-right: 2.5rem !important;
}

.awlogin-container .mb-1 {
    margin-bottom: 0.25rem !important;
}

.awlogin-container .mb-2 {
    margin-bottom: 0.5rem !important;
}

.awlogin-container .mb-4 {
    margin-bottom: 1rem !important;
}

.awlogin-container .mb-5 {
    margin-bottom: 1.25rem !important;
}

.awlogin-container .mb-6 {
    margin-bottom: 1.5rem !important;
}

.awlogin-container .mb-8 {
    margin-bottom: 2rem !important;
}

.awlogin-container .mb-10 {
    margin-bottom: 2.5rem !important;
}

.awlogin-container .mt-1 {
    margin-top: 0.25rem !important;
}

.awlogin-container .mt-2 {
    margin-top: 0.5rem !important;
}

.awlogin-container .mt-4 {
    margin-top: 1rem !important;
}

.awlogin-container .mt-5 {
    margin-top: 1.25rem !important;
}

.awlogin-container .mt-6 {
    margin-top: 1.5rem !important;
}

.awlogin-container .mt-10 {
    margin-top: 2.5rem !important;
}

.awlogin-container .border-r-0 {
    border-right-width: 0 !important;
}

.awlogin-container .btn-social {
    color: white;
    border: 0;
}

.awlogin-container .btn-flat {
    padding: 0 !important;
}

.awlogin-container .btn-facebook {
    background: hsla(221, 40%, 47%, 1);
}

    .awlogin-container .btn-facebook:hover {
        background: hsla(221, 40%, 40%, 1);
    }

.awlogin-container .btn-google {
    background: hsla(230, 69%, 53%, 1);
}

    .awlogin-container .btn-google:hover {
        background: hsla(230, 59%, 47%, 1);
    }

.awlogin-container .btn-twitter {
    background: hsla(195, 100%, 60%, 1);
}

    .awlogin-container .btn-twitter:hover {
        background: hsla(195, 78%, 54%, 1);
    }

.awlogin-form .btn.btn-primary {
    border: 0;
/*    background-color: red;*/
    background-color: hsla(230, 69%, 53%, 1);
}

    .awlogin-form .btn.btn-primary:hover {
        background-color: #212529;
    }

.awlogin-container .text-facebook {
    color: hsla(221, 40%, 47%, 1);
}

.awlogin-container .text-google {
    color: hsla(230, 69%, 53%, 1);
}

.awlogin-container .text-twitter {
    color: hsla(195, 100%, 60%, 1);
}

.awlogin-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    color: hsla(210, 27%, 10%, 1);
}

    .awlogin-container a {
        /*color: hsla(211, 91%, 42%, 1);*/
        color: black;
        white-space: nowrap;
        list-style: none;
        margin: 0 0.5rem;
    }

.awlogin-form {
    margin: 0 auto;
}

    .awlogin-form h4 {
/*        color: black;*/
        color: hsla(244, 17%, 28%, 1);
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .awlogin-form .awlogin-logo {
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .awlogin-form .form-control {
        height: auto;
        /*        border: 1px solid red;*/
        border: none;
        padding: 0.5rem 1rem;
        border-radius: 12px;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .awlogin-form .input-group-prepend .input-group-text,
    .awlogin-form .input-group-append .input-group-text {
        /*        border: 1px solid red;*/
        border: none;
        padding: 0.5rem 1rem;
        border-radius: 12px;
        text-align: center;
        display: inline-block;
        min-width: 48px;
    }

        .awlogin-form .input-group-prepend .input-group-text svg,
        .awlogin-form .input-group-append .input-group-text svg {
            fill: currentColor;
        }

    .awlogin-form .input-group .input-group-prepend + .form-control {
        border-left: 0 !important;
        padding-left: 0.25rem;
    }

    .awlogin-form .input-group .input-group-append + .form-control {
        border-right: 0;
        padding-right: 0.25rem;
    }

.awlogin-container .alert-danger {
    background-color: hsla(0, 100%, 94%, 1);
    color: hsla(230, 69%, 53%, 1);
}

.awlogin-container .has-error .form-control,
.awlogin-container .has-error .input-group-append .input-group-text,
.awlogin-container .has-error .input-group-prepend .input-group-text {
    border-color: hsla(230, 69%, 53%, 1);
    outline-color: hsla(230, 69%, 53%, 1);
    box-shadow: none;
}

.awlogin-container .has-error .form-control,
.awlogin-container .has-error .input-group-prepend .input-group-text {
    color: hsla(230, 69%, 53%, 1);
}

.awlogin-inner {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

.awlogin-form {
    margin: auto;
}

@media (min-width: 768px) {
    .awlogin-inner {
        height: auto;
        width: 26rem;
    }

    .awlogin-form {
        width: 26rem;
    }
}

.awlogin-container .has-error {
    background: hsla(0, 100%, 94%, 1);
}

    .awlogin-container .has-error .form-control::-webkit-input-placeholder {
        color: hsla(230, 69%, 53%, 1);
    }

    .awlogin-container .has-error .form-control::-moz-placeholder {
        color: hsla(230, 69%, 53%, 1);
    }

    .awlogin-container .has-error .form-control:-ms-input-placeholder {
        color: hsla(230, 69%, 53%, 1);
    }

    .awlogin-container .has-error .form-control::-ms-input-placeholder {
        color: hsla(230, 69%, 53%, 1);
    }

    .awlogin-container .has-error .form-control::placeholder {
        color: hsla(230, 69%, 53%, 1);
    }

    .awlogin-container .has-error .form-control,
    .awlogin-container .has-error .input-group-text,
    .awlogin-container .has-error input:-webkit-autofill,
    .awlogin-container .has-error input:-webkit-autofill:hover,
    .awlogin-container .has-error input:-webkit-autofill:focus,
    .awlogin-container .has-error input:-webkit-autofill:active {
        box-shadow: 0 0 0 30px hsla(0, 100%, 94%, 1) inset !important;
        border-color: hsla(230, 69%, 53%, 1);
        color: hsla(230, 69%, 53%, 1);
    }

.awlogin-container .is-valid,
.awlogin-container .is-valid input:-webkit-autofill,
.awlogin-container .is-valid input:-webkit-autofill:hover,
.awlogin-container .is-valid input:-webkit-autofill:focus,
.awlogin-container .is-valid input:-webkit-autofill:active {
    background-color: hsla(152, 68%, 96%, 1);
    box-shadow: 0 0 0 30px hsla(152, 68%, 96%, 1) inset !important;
}

.awlogin-form .form-group.focused:not(.has-error) {
    background: white;
    border-color: hsla(216, 33%, 97%, 1);
}

.awlogin-form .form-control,
.awlogin-form .input-group-text {
    /*color: hsla(210, 27%, 70%, 1);*/
    background: transparent;
}

    .awlogin-form .form-control::-webkit-input-placeholder {
        color: hsla(210, 27%, 70%, 1);
    }

    .awlogin-form .form-control::-moz-placeholder {
        color: hsla(210, 27%, 70%, 1);
    }

    .awlogin-form .form-control:-ms-input-placeholder {
        color: hsla(210, 27%, 70%, 1);
    }

    .awlogin-form .form-control::-ms-input-placeholder {
        color: hsla(210, 27%, 70%, 1);
    }

    .awlogin-form .form-control::placeholder {
        color: hsla(210, 27%, 70%, 1);
    }

.awlogin-container
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: hsla(230, 69%, 53%, 1);
    background-color: hsla(230, 69%, 53%, 1);
}

/* INPUT ADDONS */

.awlogin-form .form-group .input-group-append .input-group-text {
    padding-left: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 !important;
}

    .awlogin-form .form-group .input-group-append .input-group-text:hover {
        color: red;
    }

.awlogin-form .input-group-prepend .input-group-text {
    padding-right: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 !important;
}

/* ALERTS */

.awlogin-container .alert {
    margin-bottom: 1rem;
}

.awlogin-container .password-field .form-control {
    border-right: 0 !important;
}

.awlogin-container .btn-icon {
    margin-right: 8px;
}

.awlogin-container {
    display: block;
    align-items: center;
    background-color: hsla(216, 33%, 97%, 1);
}

.awlogin-inner {
    display: flex;
    height: 100vh;
    width: 100%;
}

.awlogin-two-pane {
    height: 100%;
    display: flex;
    flex-direction: row;    
}

    .awlogin-two-pane > div {
        flex: 1;
    }

        /*.awlogin-two-pane > div:first-child {*/
        .left-pane {
            display: flex;
            align-items: center;
            left: 0;
        }

        /*.awlogin-two-pane > div:last-child {*/
        .right-pane { 
            display: none;
            height: 100%; 
            /* Center and scale the image nicely */
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            /*display: flex;*/
            /*background-image: url(../images/bg-06.png);*/
            right: 0;
            overflow-x: hidden;
        }

.informacao {
    /*    font-family: 'Baloo Chettan 2', cursive;*/
    font-size: 16px;
    text-align: justify;
    color: #fff;
    font-weight: bold;
    /*    margin-right: 30%; */
    /*    margin-bottom: 14%;*/
    /*padding: 35px;*/
}

.awlogin-form {
    padding: 2.5rem;
}

.awlogin-container h4 {
    font-weight: 700;
}

.awlogin-container .btn-social {
    font-weight: 500;
}

.awlogin-form .awlogin-logo {
    text-align: left;
    color: hsla(244, 17%, 28%, 1);
}

@media (min-width: 1025px) {
    .awlogin-container {
        background-color: hsla(216, 33%, 97%, 1);
    }

    .awlogin-two-pane > div:last-child {
        display: flex;
        justify-content: center;
    }
}

.awlogin-container .btn-social {
    color: hsla(244, 17%, 28%, 1);
    background-color: transparent !important;
    width: auto;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 1rem !important;
}

    .awlogin-container .btn-social:hover {
        text-decoration: underline;
    }

/* FORMS */

.awlogin-form .form-group {
    margin-top: 1rem;
    margin-bottom: 0rem;
    background: white;
    border-radius: 12px;
    transition: box-shadow 0.3s;
    border: 1px solid white;
}

/* BUTTONS */

.awlogin-form .btn {
    border-radius: 12px;
    font-weight: bold;
    padding: 0.5rem 2rem;
}

.awlogin-form .input-group .input-group-prepend + .form-control {
    padding-left: 0.5rem;
}

.awlogin-container .nav-tabs {
    margin-bottom: 1.5rem;
    border-bottom: 0;
}

    .awlogin-container .nav-tabs a {
        padding: 0.75rem 2rem;
        border-top: 2px solid transparent;
        color: hsla(210, 27%, 70%, 1);
        border-bottom: 1px solid hsla(210, 27%, 70%, 1);
    }

        .awlogin-container .nav-tabs a.active {
            border-color: hsla(230, 69%, 53%, 1);
            border-bottom-color: transparent;
            border-top-color: hsla(230, 69%, 53%, 1);
            color: hsla(230, 69%, 53%, 1);
            font-weight: bold;
        }

.novo {
    padding: 5px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #fc4962;
    margin-bottom: 15px;
}

.assina {
    margin-bottom: 15px;
    margin-top: -12%
}

.aceite {
    margin-left: 20px;
    margin-bottom: 15px
}

.titulo {
    font-family: 'Bebas Neue', cursive;
    font-size: 35px
}

.cert-img {
    margin-bottom: 8px;
}

.certificado {
    margin-top: 15px;
    border: 1px solid;
    background-color: #fff;
    border-radius: 5px;
}

.hr-text {
    border: none;
    border-top: 1px solid;
    /*        color: #333;*/
    overflow: visible;
    text-align: center;
    height: 5px;
    background-color: ghostwhite;
    margin-bottom: 0;
}

    .hr-text:after {
        background: #fff;
        content: 'ou';
        padding: 0 4px;
        position: relative;
        top: -13px;
        background-color: ghostwhite;
    }

/* Button Sing Google */
.customBtn {
    background: #f5f7fa;
    color: white;
    width: auto;
    border-radius: 12px;
    white-space: nowrap;
    border: solid 1px #3450da;
    color: #3450da;
}

/*#customBtn {*/
/*    display: inline-block;*/
    /*background: #4285f4;
    color: white;
    width: auto;*/
/*    max-width: 334px;*/
    /*border-radius: 12px;
    white-space: nowrap;
}*/

    .customBtn:hover {
        cursor: pointer;
        background-color: #0000000f;
    }

span.label {
    font-weight: bold;
}

span.iconsAuths {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    /*border-right: #2265d4 1px solid;*/
    /*border-radius: 5px;*/
    margin-left: 24px;
    /*padding: 5px;
    box-sizing: border-box;*/
}


span.iconGoogle, span.iconMicrosoft {
    background: transparent center center no-repeat;
    /*background-size: contain;*/
}

span.iconGoogle {
    background-image: url('../images/google-24x24.png');
}

span.iconMicrosoft {
    background-image: url('../images/microsoft-24x24.png');
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    /*padding-left: 30px;*/
/*    padding-right: 42px;*/
    font-size: 16px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}