﻿/* ELEMENTS */

.hide {
    display: none;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}

.login-btn-container {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

    .login-btn-container .button.home {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: normal;
        height: 40px;
        background: #0e4679;
        border: none;
        color: #fff;
        padding: 5px 20px 5px 20px;
        cursor: pointer;
        text-transform: uppercase;
        float: left;
        text-align: center;
        text-decoration: none;
        line-height: 30px;
    }


    .login-btn-container .button.login {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: normal;
        width: 50%;
        height: 40px;
        background: #0e4679;
        border: none;
        color: #fff;
        padding: 5px;
        cursor: pointer;
        min-width: 120px;
        text-transform: uppercase;
    }

        .login-btn-container .button.home:hover,
        .login-btn-container .button.login:hover {
            background: #2271b9;
        }

.body.login {
    background: #fff url(images/default_login_bg.png) no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.clear {
    clear: both;
}

html, body {
    font-family: 'Open Sans', sans-serif;
}

* {
    box-sizing: border-box;
}



.dispTCM {
    display: block;
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

.login-wrapper {
    position: relative;
}

.login-wrapper {
    width: 400px;
    position: absolute;
    right: 100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 0px 6px #000;
    top: calc(50% - 245px);
}


.login_form {
    padding: 20px 30px 30px 30px;
}

.login_bg {
    background: url(images/default_login_bg.png) no-repeat;
    background-size: cover;
}


.logo {
    position: relative;
}

    .logo img {
        max-height: 85px;
        max-width: 320px;
    }

.collum_4 {
    width: 33.3333%;
    float: left;
}

.wbe_login {
    position: relative;
}

    .wbe_login:after {
        content: "";
        display: table;
        clear: both;
    }

    .wbe_login input {
        width: calc(100% - 15px);
        background: #f9f9f9;
        border-bottom: 1px solid #0e4679;
        padding: 15px 10px;
        margin-bottom: 15px;
    }

.login_form_btn a {
    background: #0e4679;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 15px;
}

.login_form h3 {
    font-size: 16px;
    color: #0e4679;
    margin-top: 60px;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .collum_4 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .login section {
        width: 100%;
    }

    .login_bg {
        display: none;
    }
}

.forgot-pass {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

    .forgot-pass a {
        text-decoration: none;
        font-weight: bold;
        color: #006fe6;
        margin-top: 2px;
        display: inline-block;
    }

        .forgot-pass a:hover {
            text-decoration: underline;
        }

.login-box .row {
    margin-bottom: 10px;
}

.login-box .custom-input {
    width: 100%;
    padding: 10px;
    height: 40px;
    font-size: 13px;
    border: 1px solid #000;
}

.login-box input {
    box-sizing: border-box;
}

.social {
    display: inline-block;
    width: 36px;
    height: 36px;
}


.welcome-box h3 {
    font-weight: normal;
}

.social.facebook {
    background-image: url(images/btn_facebook_up.png);
}

    .social.facebook:hover {
        background-image: url(images/btn_facebook_over.png);
    }

.social.twitter {
    background-image: url(images/btn_twitter_up.png);
}

    .social.twitter:hover {
        background-image: url(images/btn_twitter_over.png);
    }

.social.linkedin {
    background-image: url(images/btn_link_up.png);
}

    .social.linkedin:hover {
        background-image: url(images/btn_link_over.png);
    }


.error {
    font-size: 13px;
    margin-top: 20px;
    display: block;
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: .25rem;
    color: #bb0011;
    background-color: #f3c0c5;
    border: 1px solid #ff8d9a;
    text-align: center;
}


/* macbook responsive */

@media only screen and (min-width: 767px) and (max-width: 1440px) {
    .body.login {
        background-size: 100% 900px;
    }
}


@media only screen and (max-width: 600px) {
    .login-wrapper {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 85%;
    }

    .body.login {
        background: #fff url(images/default_login_bg.png) no-repeat;
        background-size: 1000px 900px;
    }

    .login-btn-container .button.login {
        width: 100%;
    }

    .logo img {
        max-width: 100%;
    }    

}
