/*-- STRUCTURE ----------------------------------------------- */
HTML {
    height: 100%;
    font-size: 100.01%;
}

BODY {
    min-height: 100%;
    height: 100%;
    color: #444;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

BODY, DIV {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /*line-height: 1.6em;*/
    vertical-align: top;
    text-align: left;
}

IMG {
    border: 0;
    display: block;
    /*margin-top:25px;*/
}

.hide {
    display: none;
}
#layout {
    width: 100%;
    height: 100%;
}

#loginToApp {
    height: 100%;
    width: 100%;
}

#loginToApp .interData {
    width: 50%;; /* ширина основного блока */
    height: 100%; /* высота для наглядности */
    margin: 0 auto; /* задаем отступ слева и справа auto чтобы сработало выравнивание по центру */
    text-align: center;
}

#loginToApp .interData .text {
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
}

#loginToApp .interData .preloader {
    display: inline-block;
    margin: 15px;
}

.v_centered {
    /*position: relative;*/
    display: table !important;
    vertical-align: middle;
    text-align: center;
}

.v_centered .v_centered_inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    /*position: relative;*/
    text-align: center;
}

.v_centered .v_centered_inner .v_centered_inner2 {
    display: inline;
    vertical-align: middle;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}


a {
    padding: 0;
    text-decoration: underline;
    color: #e31e24;
}

a:hover {
    color: #F15458;
}

.js {
    /*color: #E31C23;*/
    border-bottom: 1px dashed #E31C23;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.js:hover {
    border-bottom: 1px dashed #F15458;
}

#loginActions {
    text-align: center;
}

#loginActions a {
    margin: 12px;
}
