body {
    font-family: 'Open Sans';
}

h1, h3 {
    font-family: 'Maven Pro';
    font-weight: bold;
}

.left-container {
    background: white url('images/APPFORO.png') no-repeat 50% 50%;
    background-size: 70% auto;
    font-size: 1.1em;
    width: 35%;
}

.right-container {
    right: 0;
    width: 65%;
    padding-top: 150px!important;
    background-color: #FEC725;
    overflow: auto;
    padding-bottom: 150px!important;
}

.form-login {
    max-width: 400px;
    width:80%;
    position:relative;
    display:inline-block;
    margin-top: 42px;
}

label {
    font-weight: bold;
    color: #444;
    font-size: 0.9em;
    font-family: 'Maven Pro'
}

.btn-default {
    border-radius: 18px;
    line-height: 35px;
    padding: 0 20px;
    border: 1px solid black;
    background: black;
    color: white;
    font-family: 'Maven Pro';
    text-transform: uppercase;
    font-family: 'Maven Pro'
}

.btn-default:hover {
    background-color: #AAA;
}

.btn-microsoft {
    background-color: gray;
    color: white !important;
    border-radius: 25px;
    line-height: 25px;
}

.btn-google {
    background-color: #C4302B;
    color: white !important;
    border-radius: 25px;
    line-height: 25px;
}

input.form-control {
    border-width: 0 0 1px 0;
    border-radius: 4px;
    border: black 1px solid;
}

.error-zone {
    font-size: 0.9em;
}

.error-zone a, .plain-anchor,.plain-anchor:hover {
    color: black;
}

@media screen and (max-width: 1023px) {
    .left-container{display:none;}
    .right-container{width:100%;}
}

.logo{
    width:70%;
    max-width:300px;
    position:relative;
    display:inline-block;
}

.error{
    margin: 1em 0;
    background: rgb(150, 0, 24);
    padding: 1em;
    color:white;
    border-radius: 5px;
}

.error i{margin-right:0.5em;}

.bottom-advice{position:absolute;font-size:0.9em;padding:5px 30px;text-align:center;top:0;left:0;width:100%;height:auto;background:black;color:#FEC725;}
.bottom-advice a{color:#FEC725;text-decoration:underline;}