@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=cyrillic,cyrillic-ext,latin-ext');

html,
body,
body > .row,
body > .row > div {
    height: 100%;
    margin: 0;
}

body {
    display: table;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    background-color: #1e9ad5;
    color: #fff;
}

body > .row {
    display: table-row;
}

body > .row > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

a {
    color: #fff !important;
    text-decoration: underline;
}

.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.alert a {
    color: inherit !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/*SUPERIMAGE----------------------------------------------------------------------------------------------------------*/

div.superimage {
    background: url('/res/short/images/mainpage.jpg?v=1_0_6') top left no-repeat;
    background-size: 100% auto;
    background-position: center;
}

/*SUPERFORM-----------------------------------------------------------------------------------------------------------*/

div.superform {
    padding: 30px;
}

div.superform > div {
    display: inline-block;
    width: 300px;
    text-align: left;
}

div.superform > div > .logo img {
    width: 100%;
    max-width: 302px;
}

div.superform > div > .form {
    margin: 30px 0 0;
}

.form-group {
    margin: 0 0 17px 0;
    padding: 0;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-control {
    display: inline-block;

    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    width: 266px;

    padding: 14px 18px;
    margin: 0 20px 0 0;

    font-weight: 400;
    font-size: 14px;
    color: #000;

    height: auto;
    line-height: normal;
}

.form-control::-webkit-input-placeholder {
    font-weight: 300;
    color: #1C98D3;
}

.form-control::-moz-placeholder {
    font-weight: 300;
    color: #1C98D3;
}

.form-control:-moz-placeholder {
    font-weight: 300;
    color: #1C98D3;
}

.form-control:-ms-input-placeholder {
    font-weight: 300;
    color: #1C98D3;
}

.small {
    font-size: 80%;
}

.help-block.error {
    display: inline-block;
    font-size: 14px;
    color: #b00;
    font-weight: bold;

    background-color: rgba(255, 255, 255, .5);
    padding: 11px 16px;
    margin: 0;
}

.pre-btn {
    display: inline-block;
    padding: 3px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: -3px;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid transparent;

    text-transform: uppercase;

    padding: 12px 25px;
    font-size: 13px;
    line-height: 13px;

    font-weight: bold;

    color: #fff;
    background-color: #d9534f;

    cursor: pointer;
}

.login-question {
    margin-left: 20px;
    font-size: 12px;
}

.alert{
    padding: 10px 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin: 0 0 15px;
}

.alert p{
    margin: 0 0 5px;
}

.alert p:last-child{
    margin: 0;
}

.alert.alert-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/*ADAPTIVE------------------------------------------------------------------------------------------------------------*/

body > .row > div:first-child {
    display: none;
}

body > .row > div:last-child {
    width: 100%;
}

@media (min-width: 750px) {
    body > .row > div:first-child {
        display: table-cell;
        width: 40%;
    }
}
