@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900');

body{
    font-family: 'Heebo', sans-serif;
    background: #F1F6FA;
}

.page-info{
    margin-top: 180px;
}

.page-info h1{
    color: #3B89DC;
    font-weight: 300;
    font-size: 1.9rem;
    text-align: center;
}

.page-info h2{
    color: #8E9BBD;
    font-weight: 300;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}


.block{
    background: #FFFFFF;
    border: 1px solid #D7E0E5;
    border-radius: 2px;
    padding: 40px;
    margin-top: 80px;
}



.block form{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.block form h3{
    color: #7680a2;
    font-weight: 400;
    font-size: 1.3rem;
    text-align: center;
}

.block form label{
    color: #7680a2;
    font-weight: 300;
}

.block form button{
    padding: 6px 25px;
    background:#1f8ceb;
    font-size:16px;
    font-weight:400;
    color:#ffffff;
    text-align:center;
    font-family: 'Heebo', sans-serif;
    border-radius:4px;
    border: 0px;
}

.block form button:hover{
    color:#ffffff;
    background:#3b566e;
}