body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Segoe UI', Arial;
    font-size: 13px;
    background: url(../../images/login-left-infographic.svg) no-repeat left #fff;
    background-size: contain;
    padding-left: 0px;
    height: 100%;
    background-attachment: fixed;
}

.test {
    background-image: url('../images/Group113.svg');
    background-position: right 33%;
    background-repeat: no-repeat;
    background-size: 60%;
    /* background-attachment: fixed; */
    width: 75%;
    height: 100%;
    /*z-index: 1000000;*/
    position: fixed;
    right: -1px;
    top: 0;
}

.box-login {
    padding: 0px 5px;
    overflow: hidden;
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border-radius: 10px;
}

.container {
    margin-top: 5%;
}

.footer-login {
    font-size: 11px;
    color: #ccc;
    position: fixed;
    bottom: 0px;
    padding: 20px;
}

h1.head {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-slider {
    width: 400px;
    margin: auto;
    float: right;
    margin-top: 10%;
}

.carousel-indicators {
    bottom: -30px;
    margin-bottom: 0px;
}

    .carousel-indicators .active {
        background-color: #808080;
    }

.carousel-inner {
    min-height: 210px;
}

.page-head {
    font-size: 22px;
    margin-top: 20px;
}

.carousel-item {
    padding: 20px;
}

#goBack {
    font-size: 14px;
}


    #goBack span {
        margin-top: 30px;
        display: inline-block;
    }

.loginEmailAdd {
    background: #007bff;
    color: #fff;
    padding: 2px 15px;
    border-radius: 6px;
    text-align: center;
    display: block;
    font-size: 12px;
    max-width: 300px;
    display: inline-block;
    margin-top: 6px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.btn-loading {
    font-size: 13px !important;
    font-style: normal !important;
}

    .btn-loading img {
        max-width: 20px !important;
    }

.form-control:focus {
    box-shadow: none !important;
    color: #495057;
    border-color: #a6aeb38f !important;
    outline: 0;
    border: 1px solid;
}

.login-page-form {
    overflow: hidden;
    margin-top: 45%;
    padding: 10px;
}

.form-control {
    padding: 10px;
}

.form-group {
    /*margin-bottom: 0px;*/
}

.field-validation-error, .errormessage {
    color: #d50000;
    display: inline-block;
}

.login-right-bg {
    background: url(../../images/login-right-infographic.svg);
    /* background-size: auto; */
    /* padding-left: 0px; */
    height: 100%;
    /* position: absolute; */
    /* height: 210px !important; */
    width: 125px;
    z-index: 999999;
    position: fixed;
    background-repeat: no-repeat;
    right: 0;
    /* border: 1px solid red; */
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.loginEmailAdd {
    background: #007bff;
    color: #fff;
    padding: 3px 20px;
    border-radius: 6px;
    text-align: center;
    display: block;
    font-size: 12px;
    max-width: 300px;
    display: inline-block;
    margin-top: 6px;
}

.footer {
    position: fixed;
    bottom: 10px;
    right: 100px;
}

ul.footer-company-copywrite {
    margin-bottom: 0px;
    color: #ccc;
    font-size: 11px;
    padding: 0;
    font-weight: 500;
    background-color: #fff;
    border-radius: 4px;
}

    ul.footer-company-copywrite li {
        display: inline-block;
        padding: 5px;
    }

        ul.footer-company-copywrite li a {
        }


@media screen and (max-width: 1000px) {
    .login-page-form {
        overflow: hidden;
        margin-top: 20%;
        background: #fff;
        padding: 30px;
        border-radius: 3px;
    }

    .login-right-bg {
        display: none;
    }
}





.company-logo {
    border: 0px solid red;
    text-align: center;
    overflow: hidden;    
    font-size: 16px;
    width: 100%;
}

    .company-logo img {
        
        margin:0 auto;
        width: 34px;
        
    }
    .company-logo span {
        display: inline-block;
        font-size: 17px;
        font-weight: 400
    }


.title-logo {
    margin-bottom:10px;
    overflow:hidden;
}

.client-logo img{
    margin: 0 auto;
    text-align: center;
    display: flex;
    width:75px;
}

