body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #2b3841;
}

/*
.container{
    background-color: whitesmoke;
    position:absolute;

    top:10%;
    width:20px;
    height:20px;

    margin-left:-10px;
    margin-top:-10px;
}
*/

.form {
    position:fixed;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    top: 70px;
    text-align: center;
    /*
    top: 20%;
    margin: auto;

    text-align: center;
    */
}

.form input{
    display: block;
    height: 34px;
    border-radius: 2px;
    margin-top: 20px;

    font-size: 14px;
    border: none;
}

.text{
    width: 288px;
    padding: 0 15px;
    background-color: #fff !important;
}

.submit{
    width: 320px;
    cursor: pointer;
}

.btn-gray {
    color: #929fa5;
    background-color: #627178;
    border-color: #627178;
}

.btn-green {
    color: #fff;
    background-color: #01c302;
    border-color: #01c302;
}

.square-red {
    color: #fff;
    background-color: #cb0708;
    border-color: #cb0708;
    padding: 6px 12px;
    text-align: center;
    margin-top: 20px;
}

.logo{
    margin-bottom: 30px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.text-white{
    color:white;
}

.lang_block {
    margin-top: 20px;
}