@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400|Roboto+Condensed&subset=latin,latin-ext);

body {
    background: #fafafa;
    font-family: Roboto;
}

.alert {
    border-radius: 0;
    margin-top: 30px;
}

.belka {
    background: #ffffff;
    border-top: 5px solid #15a082;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin-top: 60px;
}

form {
    margin-top: 30px;
}

form input[type="submit"] {
    background: #15a082 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

form input {
    -webkit-appearance: none !important;
    border-color: #ddddddd !important;
    border-radius: 0 !important;
    font-size: 1.2em !important;
    height: auto !important;
    padding: 15px !important;
}
