﻿html,
body{
    background:transparent url('./bgmain.jpg');
}

.left-side,
.right-side {
    height: 50vh;
    width: 100%;
}

@media screen and (min-width:768px) {
    .left-side,
    .right-side {
        height: 100vh;
    }
}

.left-side {}

.right-side {
    background: white;
}
.login-setup {
   padding:50px 150px;
   width:100%;
}
.login-setup img{
    padding-bottom:25px;
}

.btn{
    border-radius:50px;
}
.btn-primary {
    color: #fff;
    background-color: #006fb9;
    border-color: #006fb9;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006fb9;
    border-color: #006fb9;
}
.btn-primary:hover {
    color: #fff;
    background-color: #004fa0;
    border-color: #004fa0;
}
/*--- login with social ---*/
.sso-social-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.sso-soc-links {
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    padding: 5px;
    border: 0;
    margin: 10px;
    text-align: center;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -ms-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
}
.sso-soc-facebook {
    background-color: #3d599a;
}

    .sso-soc-facebook:hover,
    .sso-soc-facebook:focus {
        background-color: #263c7b;
        transform: scale(1.1,1.1);
        color: #FFF;
    }

.sso-soc-microsoft {
    background-color: #3890e7;
}

    .sso-soc-microsoft:hover,
    .sso-soc-microsoft:focus {
        background-color: #2270dc;
        transform: scale(1.1,1.1);
        color: #FFF;
    }

.sso-soc-twitter {
    background-color: #55acef;
}

    .sso-soc-twitter:hover,
    .sso-soc-twitter:focus {
        background-color: #3890e7;
        transform: scale(1.1,1.1);
        color: #FFF;
    }

.sso-soc-google {
    background-color: #e14a39;
}

    .sso-soc-google:hover,
    .sso-soc-google:focus {
        background-color: #d42f23;
        transform: scale(1.1,1.1);
        color: #FFF;
    }

/*--- brand note---*/
.brand-description {
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    position: absolute;
    bottom: 15%;
    left: 15%;
    right: 15%;
    min-height: 100px;
}

.bd-inner-border {
    border: 1px rgba(255,255,255,0.5) solid;
    margin: 20px;
    text-align: center;
    padding: 25px;
}

    .bd-inner-border .bd-head {
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-size: 24px;
        font-family: Montserrat, 'Open Sans', Arial;
    }

    .bd-inner-border .bd-sub-head {
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 16px;
    }

.bd-hr {
    border-top: 2px #FFF solid;
    width: 60px;
    margin: 20px auto;
}

.sso-flexit-col .icon {
    float: left;
    width: 20%;
    text-align: center;
    margin-right: 20px
}