body {
    text-align: center;
    background-color: #fd7b26 !important;
    user-select: none;
}

body::-webkit-scrollbar {
    margin-right: 15px;
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: rgb(253, 113, 39);
}

body::-webkit-scrollbar-thumb {
    background: rgb(211, 98, 36);
}

body::-webkit-scrollbar-thumb:hover {
    background: rgb(194, 89, 33);
}

.formularioLogin {
    width: 35%;
    margin: auto;
    display: block;
}

/* .img-white {
    z-index: -1;
    background-image: url(/images/xerife-white.png);
    height: 100vh;
    width: 350px;
    background-size: 85%;
    position: fixed;
    right: -10%;
    top: 10vh;
    background-repeat: no-repeat;

} */

.logo {
    width: 110px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.esqueci-senha {
    width: auto;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0px 30px 0px;
    font-weight: bold;
    text-decoration: underline;
}

.esqueci-senha:hover {
    color: #ffffff;
    text-decoration: underline;
}

.botaoLogin {
    border: 0px;
    background-color: #000000;
    width: 300px;
    height: 50px;
    padding: 5px;
    border-radius: 5px !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: bolder;
    outline: none;
}

.botaoLogin:hover {
    background-color: rgb(30, 30, 30);
}

.botaoLogin:active {
    background-color: rgb(40, 40, 40);
}

.glyphicon-cadeado,
.glyphicon-usuario {
    background: url("/images/password.svg") !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    right: 0 !important;
    left: 20px !important;
    top: 18px !important;
}

.glyphicon-usuario {
    background: url("/images/user.svg") !important;
    background-size: 17px !important;
    background-repeat: no-repeat !important;
}

.inner-addon {
    position: relative;
}

.alinhamento-alphacode {
    display: block;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 10px;
    color: black;
}

.logo-alinhamento-alphacode {
    width: 100px;
    margin-left: 4px;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 18px;
    padding-left: 30px;
    pointer-events: none;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 60px;
    outline: none;
}

.right-addon input {
    padding-right: 30px;
}

.container_inputs {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 300px;
    display: flex;
    flex-direction: column;
}

.input_login,
.input_senha {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    height: 58px;
    background-color: #fff;
    border: 0px;
}

.input_login {
    border-radius: 5px 5px 0px 0px;
}

.input_senha {
    border-radius: 0px 0px 5px 5px;
}
