﻿

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #696969;
    margin:0;
    padding:0;
    font-size:14px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif, Arial;
    font-weight: 500;
    line-height: 1.1;
}

a:link, a:visited, a:active {
    color: #63a835;
    outline: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover {
    color: #3d7419;
}

.Wrapper {
    height: 100%;
    position: relative;
}

.sso-e2-setup {
    display: flex;
    height: 100%;
}

.sso-e2-col-left {
    flex: 1;
    background-color: #CCC;
    height: 100%;
    overflow:hidden;
}

    .sso-e2-col-left img {
        width: auto;
        height: 100%;
    }

.comm-header-split {
    display: flex;
    height: 100px;
    margin-bottom: 25px;
}

    .comm-header-split::after {
        clear: both;
        content: "";
        display: block;
    }

    .comm-header-split .icon {
        /*width: 25%;*/
        border-right: 1px #CCC solid;
        padding-right: 20px;
    }

    .comm-header-split .name {
        flex: 1;
        padding: 5px 25px;
    }



.sso-e2-col-right {
    flex: 1;
    background-color: #FFF;
}

.singup-forms {
    padding: 50px 150px;
}

    .singup-forms h2 {
        margin: 0;
        padding: 0;
        color: #3a3a3a;
        font-size: 26px;
    }

    .singup-forms p {
        padding: 8px 0;
        margin-bottom: 5px;
    }
.singnup-btn {
    border-radius: 35px;
    padding: 15px 25px;
    text-align: center;
    background-color: #63a835;
    color: #FFF;
    font-size: 15px;
    border: 0;
    display: block;
    width: 100%;
}
    .singnup-btn:hover,
    .singnup-btn:focus {
        background-color: #437e1c;
    }
    /*--- Form Styles---*/
    .form-group {
        margin-bottom: 10px;
    }

.form-control {
    height: 40px;
    padding: 6px 15px;
    font-size: 14px;
}

.btn-primary-green {
    color: #ffffff;
    background-color: #63a835;
    border-color: #5ca12f;
    height: 38px;
}

    .btn-primary-green:hover,
    .btn-primary-green:focus {
        color: #ffffff;
        background-color: #5ca12f;
    }

.or-login-with {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    line-height: 0.5;
    margin-bottom: 20px;
    height: 30px;
}

    .or-login-with span {
        display: inline-block;
        position: relative;
    }

        .or-login-with span:before,
        .or-login-with span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid #989898;
            top: 0;
            width: 100%;
        }

        .or-login-with span:before {
            right: 100%;
            margin-right: 15px;
        }

        .or-login-with span:after {
            left: 100%;
            margin-left: 15px;
        }
/*--- Social Actions---*/
.social-actions .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .social-actions .row .col-sm-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

.social-actions a {
    color: #FFF;
}

.sa-facebook,
.sa-twitter,
.sa-google,
.sa-linkedin,
.sa-microsoft,
.sa-dropbox {
    color: #FFF;
    border-radius: 4px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
}

    .sa-facebook i,
    .sa-twitter i,
    .sa-google i,
    .sa-linkedin i,
    .sa-microsoft i,
    .sa-dropbox i {
        padding-right: 10px;
    }

.sa-facebook {
    background-color: #3b5a9a;
}

    .sa-facebook:hover,
    .sa-facebook:focus {
        background-color: #294382;
        color: #FFF;
        text-decoration: none;
    }

.sa-twitter {
    background-color: #56adf2;
}

    .sa-twitter:hover,
    .sa-twitter:focus {
        background-color: #3f97ed;
        color: #FFF;
        text-decoration: none;
    }

.sa-google {
    background-color: #e14b3a;
}

    .sa-google:hover,
    .sa-google:focus {
        background-color: #d73628;
        color: #FFF;
        text-decoration: none;
    }

.sa-linkedin {
    background-color: #007db7;
}

    .sa-linkedin:hover,
    .sa-linkedin:focus {
        background-color: #0063a2;
        color: #FFF;
        text-decoration: none;
    }

.sa-microsoft {
    background-color: #3890e7;
}

    .sa-microsoft:hover,
    .sa-microsoft:focus {
        background-color: #2677de;
        color: #FFF;
        text-decoration: none;
    }

.sa-dropbox {
    background-color: #007ee5;
}

    .sa-dropbox:hover,
    .sa-dropbox:focus {
        background-color: #0064dc;
        color: #FFF;
        text-decoration: none;
    }
.fed-hr {
    border-top:1px #CCC solid;
    margin:15px 0;
}

/*--- Social Actions Sicrles---*/
.sa-sircles {
    margin: 0 auto;
    padding: 0;
    width: 360px;
}

.sas-btn-facebook,
.sas-btn-twitter,
.sas-btn-google,
.sas-btn-linkedin,
.sas-btn-microsoft,
.sas-btn-dropbox {
    border-radius: 25px;
    border: 0;
    color: #FFF;
    display: block;
    font-size: 20px;
    float: left;
    margin: 0 5px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.sas-btn-facebook {
    background-color: #3b5a9a;
}

    .sas-btn-facebook:hover {
        background-color: #294382;
        transform: scale(1.2, 1.2);
    }

.sas-btn-twitter {
    background-color: #56adf2;
}

    .sas-btn-twitter:hover {
        background-color: #3f97ed;
        transform: scale(1.2, 1.2);
    }

.sas-btn-google {
    background-color: #e14b3a;
}

    .sas-btn-google:hover {
        background-color: #d73628;
        transform: scale(1.2, 1.2);
    }

.sas-btn-linkedin {
    background-color: #007db7;
}

    .sas-btn-linkedin:hover {
        background-color: #0063a2;
        transform: scale(1.2, 1.2);
    }

.sas-btn-microsoft {
    background-color: #3890e7;
}

    .sas-btn-microsoft:hover {
        background-color: #2677de;
        transform: scale(1.2, 1.2);
    }

.sas-btn-dropbox {
    background-color: #007ee5;
}

    .sas-btn-dropbox:hover {
        background-color: #0064dc;
        transform: scale(1.2, 1.2);
    }




@media only screen and (max-width:1366px) {
    .singup-forms {
        padding: 50px;
    }
}

@media only screen and (max-width:768px) {
    .sso-e2-col-left {
        display: none;
    }

    .singup-forms {
        padding: 25px 30px;
    }

    .sso-e2-setup {
        flex-direction: column;
    }

    .comm-header-split .icon {
        width: 25%;
        border-right: none;
        padding-right: 15px;
    }

    .comm-header-split .name {
        flex: 1;
        padding: 5px 0 5px 15px;
    }

    .chs-sasog .name h4 {
        padding-right: 0;
    }

    .singup-forms h2 {
        font-size: 24px;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .singup-forms p {
        padding: 8px 0;
        margin-bottom: 0;
    }

    .or-login-with {
        padding: 10px 0;
    }
}

@media only screen and (max-width:480px) {
    .sa-sircles {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
}
.sso-e2-col-left h3 {
    text-transform: uppercase;
    font-size: 32px;
    color: #FFF;
    margin: 50px 0;
    font-weight: bold;
    padding:  50px 15px;
    position:absolute;
    bottom:100px;
    text-align: center;
}

.sso-e2-col-left .inner,
.sso-e2-col-left .inner {
    padding: 120px 170px;
}

    .sso-e2-col-left .inner h1 {
        color: #FFF;
        font-weight: bold;
        font-size: 56px;
    }

.sso-e2-col-left h2 {
    color: #FFF !important;
    font-size: 14px;
    margin: 0 2px;
    padding: 0;
    font-weight: bold;
    font-style: italic;
}