html {
    height: 100%;
}
body {
    height: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.sectionAuth {
    display: table;
    width: 100%;
    height: 100%;
}
.sectionAuth h2 {
    margin-bottom: 30px;
    font-weight: 600;
}
.verticalAlign {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.form-control:focus {
    border-color: #81ba35;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(129, 186, 53, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(129, 186, 53, 0.6);
}
.btn-primary {
    background: #80bd01;
    border-color: #81ba35;
}
.btn-primary:hover {
    background: #22b520;
    border-color: #22b520;
}