#loginForm {
    background-color: #fff;
    box-shadow: 0 2px 23px -5px rgba(0, 0, 0, .46);
    height: 370px;
    width: 440px;
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    padding-top: 10px;
    padding-bottom: 10px;
}

body {
    background-image: url(background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    &:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #000000, #000000);
        opacity: .6;
    }

    
}

#logo {
    margin-top: 25px;
    margin-left: 36px;
    border: none
}

#signIn {
    margin-left: 36px;
    margin-top: -6px;
    font-weight: 600;
    font-size: 25px;
    overflow: hidden
}

#email {
    width: 85%;
    max-width: 350px;
    height: 40px;
    margin-top: -10px;
    margin-left: 36px;
    border: none;
    border-bottom: .01px solid rgba(0, 0, 0, .7)
}

#ForgodPwd,
#NoAccount,
#SignWithKey,
#createAccount {
    margin-left: 36px;
    margin-top: 13px;
    font-size: 13px
}

#signInSecurity {
    margin-left: 25px;
    font-size: 13px
}

.fa.fa-question-circle-o {
    margin-left: 5px;
    opacity: .8
}

#passResult,
#result,
#signInOptions,
#signInSecurityKey {
    margin-left: 36px;
    font-size: 13px
}

#iconQ {
    margin-left: 3px;
    opacity: .55
}

#btnSend,
#btnSignIn {
    height: 33px;
    width: 108px;
    padding: 0;
    margin-left: auto;
    margin-top: auto;
    font-size: 13px;
    color: #fff;
    border: #0067b8;
    background-color: #0067b8
}

#btnPlace {
    margin-left: 275px;
    margin-top: 45px;
    margin-bottom: 1px
}

#linkCreateAccount {
    margin-left: 5px
}

#email:focus,
input:focus {
    outline: 0
}

#image {
    margin-top: 25px;
    margin-left: 36px;
    margin-bottom: 12px
}

#section-2 {
    margin-top: -92%
}

.section-indent {
    float: left
}

#btnSignInLocation {
    margin-left: 275px;
    margin-top: 19px
}

#password {
    width: 85%;
    height: 40px;
    margin-top: -10px;
    margin-left: 36px;
    border: none;
    border-bottom: .01px solid rgba(0, 0, 0, .7)
}

#enterPwd {
    margin-left: 36px;
    margin-top: 7px;
    font-size: 24px;
    font-weight: 500
}

#btnBack {
    background-color: #fff;
    color: rgba(0, 0, 0, .3);
    padding: 5px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 31px;
    border: none;
    cursor: pointer;
    border-radius: 100%
}

#userLine {
    margin-left: 59px;
    margin-bottom: -25px;
    font-size: 15px;
    font-weight: 400
}

#arrowBack {
    margin-right: 5px;
    margin-top: 0;
    margin-left: 8px;
    opacity: .2;
    font-size: 19px
}

#iconCircle {
    color: red
}

#iconBg {
    margin-right: 5px;
    opacity: .4;
    font-size: 23px
}

.slide-page {
    margin-left: 0
}

.secondSlide {
    margin-left: 100%;
    overflow: hidden
}

#section-1 {
    overflow: hidden
}

#btnBack:hover {
    background-color: #c6c6c6
}

#cbRemember {
    margin-left: 36px;
    width: 21px;
    height: 20px
}

#keepMe {
    color: #1b1b1b;
    margin-left: 64px;
    font-size: 15px;
    margin-bottom: -20px
}

#bg {
    position: fixed;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden
}

#footer {
    position: absolute;
    bottom: 0;
    right: 0
}

.boilerplate-text {
    background-color: #f2f2f2;
    padding: 24px 60px 44px 60px;
    margin: 40px -24px -24px -24px;
    overflow: hidden;
    min-height: 200px;
    overflow-wrap: break-word;
    white-space: wrap !important;
}
.boilerplate-text>p:last-child {
    margin-bottom: 0;
}
.boilerplate-text>p:first-child {
    margin-top: 0;
}

.boilerplate-text-slide2 {
    margin: 0px -24px -24px -24px;
    
}


.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
 
}