body {
    background-color: transparent!important;
}
.container {
    max-width: 1140px!important;
}
.login-header {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-shadow: 0px 0px 5px #000000;
    position: relative;
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.overlay-bg {
    background-image: -moz-linear-gradient(0deg, #3a2095 0%, #ad8910 100%);
    background-image: -webkit-linear-gradient(0deg, #3a2095 0%, #ad8910 100%);
    background-image: -ms-linear-gradient(0deg, #3a2095 0%, #ad8910 100%);
    z-index: 1!important;
    opacity: 0.7;
}
.login-header h3 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    letter-spacing: 2px;
}
.login-header a {
    text-decoration: none!important;
    color: #fff;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.8)!important;
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.8)!important;
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.8)!important;
}


.login-wrap {
    position: relative;
    padding: 10px 25px 30px 25px;
}

.login-wrap h3 {
    font-weight: 300;
}
.login-divider {
    width: 100%; 
    height: 13px; 
    border-bottom: 2px solid #dadada; 
    text-align: center; 
    margin-bottom: 15px!important; 
    margin-top: 10px!important;
}
.login-divider > span {
    background: #ffffff; 
    font-size: 14px;
    padding: 0 10px;
    color: #545454;
}
.form-group {
    position: relative;
    z-index: 0;
    margin-bottom: 20px !important;
}

.form-group a {
    color: gray;
}
.form-group label {
    color: #888;
    font-weight: 700;
}

.form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.field-icon {
    position: absolute;
    top: 47px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.3);
}

.ftco-section {
    padding: 1em 0; 
}
a {
    text-decoration: none!important;
}