@import url('https://fonts.googleapis.com/css?family=Exo+2:300&subset=cyrillic');

html, body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}
.page{
    position: relative;
    top: 150px;
    /*transform: translateY(-50%);*/
}
.wrapper{
    text-align: left;
    width: 261px;
    margin: 0 auto;
}
.label{
    opacity: 0.7;
    padding-left: 11px;
    margin-bottom: 8px;
}
input{
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 50px;
    padding: 0 9px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
}
.form-row + .form-row{
    margin-top: 23px;
}
.logo{
    padding-left: 49px;
    margin-bottom: 33px;
}
.form-button{
    text-align: center;
}
button{
    color: #273785;
    background: url(../src/i/arrow-right.png) no-repeat 0 0;
    border: none;
    font-size: 14px;
    padding: 0 2px 0 54px;
    height: 43px;
    cursor: pointer;
}
button:hover{
    background-position: 0 100%;
}