﻿/*.fundo_esquerdo {
    background-color: #df4f12;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.fundo_direito {
    background-color: #e3e3e3;
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}

.login {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #000;
    background-color: #ffffff;
    /*width: 350px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -150px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #000;
    background-color: #ffffff;
}

.loginexterno {
    width: 300px;
    height: 100px;
    position: absolute;
    top: 25%;
    left: 80%;
    margin-top: -150px;
    margin-left: -150px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #000;
    background-color: #ffffff;
}*/


/*.fundo_esquerdo {
    background-color: #df4f12;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.fundo_direito {
    background-color: #e3e3e3;
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}

.login {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    padding: 20px;
    padding-left: 35px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #000;
    background-color: #ffffff;
}*/
.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:300px;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;
}