body {
    width: 100vw;
    height: 100vh;
}

.container-master {
    width: 100vw;
    height: 100vh;
    background: url(../images/rand/back-login4.jpg);
    background-size: cover;
    background-color: BLACK;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-login {
    width: 35%;
    height: fit-content;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    padding-bottom: 85px;
}

.box-int {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.form-control {
    width: 100% !important;
    padding: 20px;
    border-radius: 0;
}

.input-master {
    width: 60%;
}

.input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}


.fi-logo {
    font-size: 60px;
    color: slateblue;
    display: flex;
    transform: scale(-1);
}

.header-master {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
}

.input-master:focus {
    outline: 0 !important;
    
}

.form-control:focus {
    border-left: 8px solid;
    border-top: 1px solid rgb(194, 194, 194) !important;
    border-bottom: 1px solid rgb(194, 194, 194) !important;
    border-right: 1px solid rgb(194, 194, 194) !important;
    border-color: #1874d2;
    -webkit-box-shadow: none;
    box-shadow: 0px 0px 0px 0px;
}

.btn-purple {
    background-color: #1874d2;
    color: white;
    padding: 12px;
    width: 60%;
}

.btn-purple:hover {
    background-color: #1461af;
    color: white;
}

.forgot-pass {
    color: #1874d2;
}

.forgot-pass {
    color: #1874d2;
    padding-bottom: 15px;
}

.titulo {
    font-weight: 800;
    font-size: 40pt;
    line-height: 100%;
    display: flex;
    align-items: center;
}