#agentform {
    color: #003c78;
    display: block;
    width: 100%;
    text-align: center;
    font: 400 12px/18px neo-sans;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #78a7cd;
    border-radius: 4px;
    white-space: nowrap;
}

#agentform:hover {
    color: #fff;
    background: #003c78;
}

.agents-entry {
    position: absolute;
    background: #003B77;
    top: 70px;
    right: 30px;
    width: 370px;
    display: none;
    padding: 30px;
    z-index: 100;
}

.ag-ent-ipt-ico {
    display: inline-block;
    vertical-align: middle;
    font-size: 43px;
    color: #7F9DBB;
    margin: 0 27px 0 0;
}

.agents-entry input[type="text"],
.agents-entry input[type="password"] {
    display: inline-block;
    width: 235px;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 5px;
    font: 18px/normal neo-sans, sans-serif;
    padding: 0 15px;
    text-align: left;
    outline: none;
}

.agents-entry button {
    font: 18px/58px neo-sans;
    height: 60px;
    border: none;
    background: #beb400;
    border-radius: 5px;
    color: #fff;
    padding: 0 16px;
    outline: 0;
    width: 100%;
    cursor: pointer;
    margin: 15px 0;
}

.agents-entry button:hover {
    background: #c4bb19;
}

.agents-entry .ag-ent-ipt {
    position: relative;
    margin: 0;
    text-align: right;
}

.agents-entry .ag-ent-ipt input {
    width: 100%;
}

ul.main-menu li a.ag-ent-href-pass {
    float: left;
    width: auto;
    height: auto;
    line-height: normal;
    color: #7F9DBB;
    font-size: 12px;
    text-decoration: underline;
}

ul.main-menu li a.ag-ent-href-reg {
    float: right;
    width: auto;
    height: auto;
    line-height: normal;
    color: #7F9DBB;
    font-size: 12px;
    text-decoration: underline;
}

ul.main-menu li a.ag-ent-href-pass:hover,
ul.main-menu li a.ag-ent-href-reg:hover {
    background: none;
}

#wide-banner {
    background: #9cafd9;
    min-height: 400px;
    position: relative;
}

.wd-bn-cont {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 50;
}

.sl-wrap {
    height: 100%;
}

.sl-wrap .swiper-slide {
    background: no-repeat 50% 50%;
    background-size: cover;
}

.ag-ent-href-reg {
    width: auto;
    height: auto;
    padding-top: 20px !important;
    line-height: normal;
    color: #7F9DBB;
    font-size: 12px;
    text-decoration: underline;
}