html, body {
    font-size: 62.5%;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow: auto;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    z-index: 0;
    display: none;
}
html.template {
    display: block;
}
html.template body {
    display: block;
}

body {
    background-size: cover;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
    display: none;
}

/*
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*/

#companyLogo {
    margin-top: 25px;
    /* max-width: 50% !important; */
}

.background-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: auto;
    background: no-repeat center center fixed;
    background-size: cover;
}

input, button {
    outline: none;
    border: none;
}

.login {
    position: relative;
    /* //height: 600px; */
    background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    /*transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);*/
    transform: scale(1);
    z-index: 10;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*@media (max-height: 570px ) and (max-width: 850px ) {*/
@media (max-height: 570px ) and (max-width: 1200px ){
    .login {
        height: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .login-form {
        padding: 0 !important;
    }

    .vcenter {
        top: 0 !important;
        left: 0 !important;
        transform: translate(0,0) !important;
        width: 100% !important;
    }

    .col-xs-12 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .form-group {
        margin-bottom: 0 !important;
    }

    .checkbox {
        margin-bottom: 0 !important;
    }

}

.login-form {
    /*position: absolute;
    top: 45%;*/
    left: 0;
    min-height: 60%;
    height: 60%;
    padding: 1.5rem 2.5rem;
}

.login-row {
    height: 5rem;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rememberMeRow {
    padding-top: 1rem;
    height: 5rem;
    font-size: 15px;
    color: #FFFFFF;
}

.login-input {
    display: inline-block;
    width: 85%;
    height: 100%;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    background: transparent;
    color: #FDFCFD;

}

.login-submit {
    position: relative;
    width: 100%;
    height: 4rem;
    margin: 2rem 0 2.2rem;
    color: rgba(255, 255, 255, 0.8);
    background: #00AEEF;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    /*transition: width 0.3s 0.15s, font-size 0.1s 0.15s;*/
}

.sso-submit {
    position: relative;
    width: 100%;
    margin: 2rem 0 2.2rem;
    color: black;
    background: white;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    font-size: large; 
    margin-top: 10px;
    /*transition: width 0.3s 0.15s, font-size 0.1s 0.15s;*/
}


.login_signup {
    font-size: 1.1rem;
    color: #ABA8AE;
    text-align: center;
}
.login_signup a {
    color: #fff;
    cursor: pointer;
}

/*.col-centered{
    float: none;
    margin-left: auto;
    margin-right: auto;
}*/

.vcenter {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.loginError {
    text-align: center;
    color: white;
    font-size: 1.5rem;
    display: none;
}

.loginContainer {
    margin-top: 20px;
    padding-top: 0.3rem;
    min-height: 2.5rem;
}

#description {
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}

:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #FFFFFF;
}

:-ms-input-placeholder {
    color: #FFFFFF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    -webkit-transition-delay: 9999s;
}
