.login-bg {
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background-color: #ebf7fd;
    background-repeat: no-repeat;
    height: 100%;
}

body {
    background-color: #eff0f3;
}

.headerOriginal {
    background: #2c3742;
    box-shadow: inset rgba(255, 255, 255, 0.3) 0 1px 0, inset rgba(0, 0, 0, 0.22) 0 -1px 0, rgba(0, 0, 0, 0.14) 0 1px 2px;
    width: 100%;
    height: 75px;
    text-align: center;
    padding-top: 28px;
}

.header {
    padding: 5px 0 10px 0;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.header .logo{
    padding:0 15px;
}

.header .logo img {
width:100%;
max-width:250px;
}

.login-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

    .login-wrapper .logo {
        margin-bottom: 45px;
        position: relative;
        left: -2px;
        -webkit-filter: invert(100%);
    }

    .login-wrapper .box {
        margin: 0 auto;
        padding: 30px 0 30px;
        float: none;
        width: 100%;
        max-width:400px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
        background: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

        .login-wrapper .box .content-wrap {
            width: 82%;
            margin: 0 auto;
        }

        .login-wrapper .box h6 {
            text-transform: uppercase;
            margin-bottom: 35px;
            font-size: 18px;
            font-weight: 600;
        }

        .login-wrapper .box input[type="email"],
        .login-wrapper .box input[type="text"],
        .login-wrapper .box input[type="password"] {
            font-size: 15px;
            height: 40px;
            margin-bottom: 10px;
            border-color: #b2bfc7;
            padding-left: 12px;
        }

            .login-wrapper .box input[type="email"]:focus,
            .login-wrapper .box input[type="text"]:focus,
            .login-wrapper .box input[type="password"]:focus {
                border: 1px solid #28a0e5;
                outline: none;
                -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
                box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
            }

        .login-wrapper .box input[type="password"] {
            margin-bottom: 10px;
        }

        .login-wrapper .box input:-moz-placeholder {
            color: #9ba8b6;
            font-size: 14px;
            letter-spacing: 0px;
            font-style: italic;
        }

        .login-wrapper .box input:-ms-input-placeholder {
            color: #9ba8b6;
            font-style: italic;
            letter-spacing: 0px;
            font-size: 14px;
        }

        .login-wrapper .box input::-webkit-input-placeholder {
            color: #9ba8b6;
            font-style: italic;
            letter-spacing: 0px;
            font-size: 14px;
        }

        .login-wrapper .box .action {
            border-top: 1px solid #d3d7db;
            background-color: #f4f5f6;
            margin: 0px -36px;
            position: relative;
            top: 30px;
            border-radius: 0px 0px 7px 7px;
            padding: 15px 0px;
        }

        .login-wrapper .box .signup {
            text-transform: uppercase;
            font-size: 13px;
            padding: 7px 25px;
            border-radius: 5px;
        }

    .login-wrapper .social-login {
        /*margin: 0 auto;
        float: none;
        text-align: center;
        font-size: 13px;
        margin-top: 30px;*/
        width:100%;
        max-width:300px;
        margin:175px auto 0;
    }

    .login-wrapper .already {
        float: left !important;
        margin-top: 25px;
        text-align: center;
        width: 100%;
    }

.account-call-out {
    color: #526273;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.XXXlogin-wrapper .already p {
    display: inline-block;
    color: #222;
}

.XXXlogin-wrapper .already a {
    color: #222;
    margin-left: 7px;
    border-bottom: 1px solid;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    /* Firefox 4 */
    -webkit-transition: all .1s linear;
    /* Safari and Chrome */
    -o-transition: all .1s linear;
    /* Opera */
}

.login-wrapper .already a:hover {
    text-decoration: none;
    color: #000;
    border-bottom-color: #000;
}

.login-wrapper .box a.forgot {
    display: block;
    text-align: right;
    font-style: italic;
    text-decoration: underline;
    color: #3d88ba;
    font-size: 13px;
    margin-bottom: 6px;
}

.login-wrapper .box .remember {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

    .login-wrapper .box .remember input[type="checkbox"] {
        float: left;
        margin-right: 8px;
    }

    .login-wrapper .box .remember label {
        float: left;
        color: #4a576a;
        font-size: 13px;
        font-weight: 600;
    }
/* responsive */
@media (max-width: 767px) {
    .login-wrapper .box {
        width: 350px;
    }

        .login-wrapper .box .action {
            margin: 0px -31px;
        }
}

@media (max-width: 480px) {
    .login-wrapper .box {
        width: 90%;
    }
}

.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto;
}

/* vertical line */
.vl {
    position: absolute;
    transform: translate(-50%);
    border: 2px solid #ddd;
    height: 400px;
    top: 8%;
}

/* text inside the vertical line */
.vl-innertext {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 8px 10px;
}

@media (max-width: 767px) {
    .vl {
        position: relative;
        transform: translate(0);
        border: 2px solid #ddd;
        height: 0;
        width:100%;
        top: 50px;
    }

    .vl-innertext {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        border-radius: 50%;
        padding: 8px 10px;
    }

    .login-wrapper .social-login{
        margin:90px auto 0;
        text-align:center;
    }

    .login-wrapper .social-login .office-btn {
            float: none;
            display: inline-block;
        }
}

.office-btn {
    background-color: #fff;
    padding: 0px 2px;
    border: 1px solid rgba(163, 158, 158, 0.35);
    border-radius: 5px;
    float: left;
}

    .office-btn:hover {
        border: 1px solid #0078d9;
    }

    .office-btn img {
        height: 45px;
        width: 45px;
        border-right: 1px solid rgba(163, 158, 158, 0.35);
        float: left;
    }

    .office-btn a {
        padding-right: 10px;
        height: 100%;
        float: left;
        padding: 5px 10px;
        margin-top: 6px;
        color: #4a576a;
    }

        .office-btn a:hover, .office-btn a:focus {
            text-decoration: none !important;
        }
