#e_login {
    width: 100%;
    background-image: url("/img/e_login_fon.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center!important;
    padding: 50px 0 20px 0!important;
    margin-top: 20px!important;
}

#top1 {
    width: 100%;
    height: 42px;
    background: #5CB7E1;
    line-height: 42px;
}

#top1 > div {
    width: 1236px;
    margin: 0 auto;
    position: relative;
}

.logo img {
    width: 250px;
}

.kn_lk {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 200px;
    height: 42px;
    margin: 0;
    padding: 0 20px;
    background: #2474BE;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 42px;
    color: #A7DBFC;
    text-decoration: none;

}

.kn_lk i {
    font-size: 17px;
    margin-right: 7px;

}

.kn_lk:hover {
    color: #fff;
    text-decoration: none;
}

.ico {
    display: inline-block;
}

.search {
    display: inline-block;
    position: relative;
    left: 0;
    top: 4px;
}

.search i {
    color: #A7DBFC;
    font-size: 17px;
}

.search input {
    color: #fff!important;
    display: block!important;
    position: absolute!important;
    width: 218px!important;
    height: 20px!important;
    left: 30px!important;
    top: 8px!important;
    padding: 0 0 3px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #A7DBFC!important;
    border-radius: 0!important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 12px!important;

}


.search input:focus {
    outline: 0;
    border-bottom: 1px solid #A7DBFC;
}

.search input:focus,
.search input:valid {
    color: #fff;
    border-bottom: 1px solid #A7DBFC;
}


::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

/* webkit */
::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

/* IE */

:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* webkit */
:focus::-moz-placeholder {
    opacity: 0;
}

/* Firefox 19+ */
:focus:-moz-placeholder {
    opacity: 0;
}

/* Firefox 18- */
:focus:-ms-input-placeholder {
    opacity: 0;
}

/* IE */

.email {
    display: inline-block;
    position: absolute;
    left: 561px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.email:hover {
    color: #fff;
}

.email i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}



#top2{
    width: 1236px;
    margin: 0 auto;
    position: relative;
    height: 90px;
    line-height: 90px;
}

.logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#main-nav .navbar-nav>li>a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 40px;
    color: #FFFFFF;
    white-space: nowrap;
    padding-left: 8px !important;
    padding-right: 35px !important;
}

#main-nav .navbar-nav>li>a:before {
    content: ' ';
    border-left: 1px solid #1DABA4;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0px;
}


