﻿
:root {
    --bs-primary: #00315A !important;
    --bs-primary-rgb: 0, 49, 90 !important;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

    .btn-primary:hover {
        background-color: #002544 !important;
        border-color: #002544 !important;
    }

html,
body {
    height: 100%;
    width: 100%;
}

body {
    display: flex;
    align-items: center;
    background-color: #ffff !important;
}

.content {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.bx-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00315A;
    border-right: solid 6px #EF6E2C;
    width: 40%;
    height: 100%;
}

    .bx-logo img {
        width: 230px;
    }

@media (min-width: 1900px) {
    .bx-logo img {
        width: 300px;
    }
}

.bx-form-signin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.bx-form-forgot {
    justify-content: center;
    align-items: center;
    width: 60%;
}

.newPassword {
    display: none;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.form-signin {
    width: 500px;
}

    .form-signin h1 {
        text-align: center;
        margin-bottom: 25px;
        font-weight: 500;
    }

    .form-signin p {
        text-align: center;
    }

    .form-signin h1 span {
        color: #EF6E2C;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        margin: 20px 0;
        border-radius: 7px;
    }

    .form-signin input[type="password"] {
        margin-bottom: 7px;
    }

    .form-signin .checkbox {
        margin: 10px 0;
        font-weight: 400;
    }

    .form-signin button {
        background-color: #00315A;
        margin-top: 25px;
        border: none;
    }

    .form-signin .btn-primary:hover {
        background-color: #033c6b;
        border-color: none;
    }

    .form-signin .btn-link {
        text-align: center;
        display: block;
        color: #00315A;
    }

        .form-signin .btn-link:hover {
            color: #033c6b;
            text-decoration: underline;
        }

.backToLogin {
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #00315A !important;
    color: #00315A;
    border-radius: 5px;
    background-color: #fff !important;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    color: #00315A;
    font-weight: 500;
}

#iconResendCode {
    font-size: 1.8rem;
    cursor: pointer;
    color: #00315A;
    border: none;
    background: #fff;
}

    #iconResendCode:focus {
        transform: rotate(360deg);
        transition: transform 1.5s;
    }

    #iconResendCode.disabled {
        color: #b0b0b0;
        cursor: not-allowed;
    }

#formResendConfirmationCode {
    position: relative;
    z-index: 10;
    right: 50px;
    bottom: 9px;
}

#resendCodeButton {
    border: none;
    background: transparent;
    padding: 0 10px;
    font-size: 1rem;
    cursor: pointer;
}

    #resendCodeButton:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

.position-relative {
    position: relative;
}

#timer{
    display: flex;
    justify-content: center;
}


/* Remove as setas no Chrome, Edge e Safari */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove as setas no Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
