body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 1.538462;
    color: #757575;
    background-color: #2c3e50;
}

.auth_block{
    background-color:#FFF;
    padding: 20px;
    margin-top: 30px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.538462;
    color: #2c3e50;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cad6e2;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.logo-aziugo{
    max-width: 90%;
    margin: auto;
    padding-bottom: 30px;
}

.btn-login {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff;
}

.btn-login:hover {
    background-color: #1a2b3b;
    border-color: #1a2b3b;
    color: #f5b119;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.538462;
    border-radius: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error_block{
    background-color: #f2dede;
    padding:5px 0px;
}

.language-selector{
     padding-right:30px;
}
