
.sectionleft {
    background: rgba(80, 80, 80, 0.85);
    text-align: center;
    width: 350px;
    color: #ffffff;
    height: 100vh;
    margin-left: 7%;
}

.logo img {
    width: 180px;
    margin-top: 40%;
}

.form-control {
    padding: 10px 0;
    margin: 10px 25px;
    background: none;
    border: none;
    width: 300px;
    border-bottom: 1px solid #c6cacf;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    color: #eeeeee;
}

.form-control::placeholder {
    color: #bbbbbb;
}

.form-control:focus {
    background: none;
    border-radius: none;
    box-shadow: none;
}

.btn-primary {
    padding: 10px 0;
    margin: 10px 25px;
    border: none;
    font-size: 16px;
    width: 300px;
    border-radius: 5px;
    background: #E14E23;
    text-transform: uppercase;
    color: #ffffff;
}

.btn-primary:hover {
    opacity: 0.8;
}

.checkbox {
    float: left;
    margin-left: 25px;
    color: #cccccc;
    font-size: 12px;
}

.checkbox span {
    padding: 2px;
    display: inline-block;
}

.forgotpassword {
    float: right;
    margin: 10px 25px;
    color: #cccccc;
    font-size: 12px;
    padding: 2px;
    display: inline-block;
}

.forgotpassword a {
    color: #cccccc;
}

.footnote {
    padding: 20px 30px;
    color: #cccccc;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.content-wrapper {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

.flex-object {
    width: 100%;
    height: 100%;
}

#loginw {
    position: absolute;
    z-index: 1;
}

#flexw {
    position: absolute;
    z-index: -1;
}

.main {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
}

.slider-outer {
    height: 100% !important;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100%;
}

.slide-image {
    width: 100%;
    height: 100%;
    display: block;
    color: transparent;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
}

.slider .slide-item {
    float: left;
    padding: 0;
    margin: 0;
}


