﻿body {
    background-color: #5399e0;
    font-family: Cabin, sans-serif;
}

.login_box {
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    border-radius: 6px;
    background-color: rgba(251, 253, 255, 0.2);
    box-shadow: 1px 1px 3px 0 #678a97;
    color: #fff;
}

.container {
    max-width: 940px;
}

.login_box .form-horizontal .form-group {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0
}

.login_box #loginForm {
    margin-bottom: 0;
}

.login_box .box_text {
    display: block;
    padding: 10px;
    border-radius: 6px;
    background-color: #5382e0;
    font-size: 17px;
}

.login_box h2 {
    margin: 20px;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}

.login_box .form-horizontal .form-group input {
    height: 45px;
    margin-top: 3px;
    margin-bottom: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 28px;
}

.login_box .form-group .login_button {
    display: inline-block;
    min-width: 150px;
    text-align: left;
}

    .login_box .form-group .login_button .btn-default {
        display: block;
        margin-top: 20px;
        margin-bottom: 0;
        box-shadow: 0 3px 0 0 #447f42;
        font-size: 18px;
        border-radius: 6px;
        background-color: #76c25f;
        border: none;
        color: #fff;
        line-height: inherit;
        width: 100%;
        padding: 12px 25px;
        height: auto;
    }

.other_signin_option {
    margin: 30px 20px 20px;
    padding-top: 10px;
    padding-right: 12%;
    padding-left: 12%;
    border-top: 2px solid #a2caf1;
    text-align: center;
}

    .other_signin_option #socialLoginForm h4 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 25px;
    }

    .other_signin_option #socialLoginForm .btn-default {
        display: block;
        width: 100%;
        text-align: left;
        height: 45px;
        margin-bottom: 10px;
        padding-right: 15px;
        border: 1px solid #909090;
        border-radius: 6px;
        background-color: #fff;
        font-family: Cabin, sans-serif;
        color: rgba(0, 0, 0, 0.45);
        font-weight: 700;
        line-height: 2;
        padding-left: 45px;
    }

        .other_signin_option #socialLoginForm .btn-default:hover {
            background-color: #ebebeb;
        }

        .other_signin_option #socialLoginForm .btn-default span {
            width: 75%;
            /* margin: 0 auto; */
            display: inherit;
        }

        .other_signin_option #socialLoginForm .btn-default img {
            float: left;
            margin-right: 10px
        }

.footer_image {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .footer_image p {
        margin: 10px;
        font-family: 'Open Sans', sans-serif;
        color: #fefeff;
    }

@media(max-width:991px) {
    .footer_image {
        position: relative;
        margin: 30px auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .login_box {
        margin-top: 30px
    }
}

@media(max-width:767px) {
    .body-content .logo-image {
        display: none
    }
}

@media(max-width:545px) {
    .other_signin_option {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media(max-width:445px) {
    .other_signin_option {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .login_box {
        padding: 10px 0 !important;
    }

    .other_signin_option #socialLoginForm .btn-default {
        padding-left: 20px
    }
}
