@import url(http://fonts.googleapis.com/css?family=Bad+Script&subset=latin,cyrillic);

.header-logo-container {
    width: 230px;
    margin: 0 auto;
    padding-top: 160px;
    float: none;
}
.from-company {
    padding-top: 5px;
    font-weight: 300;
    font-size: 9px;
    color: #555;
    text-align: center;
}
.from-company-logo {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 5px;
}
.greeting {
    padding-bottom: 15px;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #fe9b00;
    text-align: center;
}

.form-container {
    width: 474px; height: 155px;
    margin: 0 auto;
    padding: 60px 0 0 80px;
    position: relative;
    color: #58585a;
    background: url(/assets/templates/img/index_resource.jpg);
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.form-row {
    padding: 0 0 9px 140px;
    position: relative;
}
.form-row-title {
    width: 130px;
    position: absolute;
    left: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #58585a;
    text-align: right;
}
.text-input {
    width: 200px; height: 23px;
    padding: 0 3px;
    border: 1px solid #0979c6;
    font: 400 14px Roboto, sans-serif;
    color: #58585a;
}
.button-forgot {
    width: 208px;
    padding: 9px 0 0 140px;
    position: relative;
}
.enter-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.enter-button {
    display: block;
    width: 79px; height: 28px;
    padding-left: 3px;
    background: #1276ba;
    border-radius: 11px;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.enter-btn:hover .enter-button {
    background: #bc1616;
}
.enter-button-text {
    width: 76px; height: 22px;
    background: #7fb6dc;
    border-radius: 9px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.enter-btn:hover .enter-button .enter-button-text {
    background: #df8080;
}
.forgot {
    position: absolute;
    right: 0; top: 15px;
    font-style: italic;
    font-size: 14px;
    color: #1c83ca;
}
.forgot-username {
    padding: 7px 0 7px 102px;
    font-size: 14px;
    color: #1c83ca;
}
.reset-btn .enter-button {
    width: 149px;
}
.reset-btn .enter-button-text {
    width: 146px;
}

.resources-list-title {
    width: 535px;
    margin: 0 auto;
}
.resources-title {
    padding: 15px 0 10px;
    font: 17px/23px Bad Script, serif;
    color: #58585a;
}
.resources-list {
    width: 500px;
    margin: 0 auto;
    text-align: justify;
}
.resources-list li {
    display: inline-block;
    padding-top: 85px;
    position: relative;
    font-size: 17px;
    color: #58585a;
    text-transform: lowercase;
    text-align: center;
    list-style: none;
}
.resources-list li:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/assets/templates/img/sprite.png);
    z-index: 3;
}
.resources-list li.testyi:before {
    width: 57px; height: 82px;
    top: 0; left: -4px;
}
.resources-list li.novosti:before {
    width: 80px; height: 72px;
    top: 8px; left: -7px;
    background-position: -57px 0;
}
.resources-list li.blogi:before {
    width: 60px; height: 68px;
    top: 10px; left: -7px;
    background-position: -138px 0;
}
.resources-list li.interesnosti:before {
    width: 58px; height: 68px;
    top: 18px; left: 25px;
    background-position: -198px 0;
}
.helper {
    padding-top: 0 !important;
}