﻿.fundo_direito, .fundo_esquerdo {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%
}

.fundo_esquerdo {
    background-color: #df4f12;
    left: 0
}

.fundo_direito {
    background-color: #e3e3e3;
    left: 50%
}

.login {
    width: 300px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    padding: 20px 20px 20px 35px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #000;
    background-color: #fff
}

.esqueciSenha {
    width: 300px;
    height: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    padding: 20px 20px 20px 35px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #000;
    background-color: #fff
}

.form-control:focus {
    border-color: #de4f12;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #de4f12;
}

.login-title {
    text-align: center;
    margin-top: 20%;
}

.form-group .glyphicon-eye-open {
    pointer-events: auto;
}

.form-group .glyphicon-eye-open:hover {
    cursor: pointer;
}