/*ePact login changes */
body {
    background-size: cover;
    font-size:16px;
    background-image: url('https://epact.be/_static/backgroundHD.png');
    background-repeat: no-repeat;
}
.login-form-container {
    margin-top: 15%;
    margin-bottom: 15%;
    height: 60vh; 
}
.error-form {
    padding: 0 5% 5% 5%;
    height: 200px;
}

.tenant-form {
    padding: 0 5% 5% 5%;
    height: 400px;
    background-color: #F5F5F5 !important;
}

.login-form {
    margin-top: -100px !important;
    padding: 0 5% 5% 5%;
    height: 550px;
    background-color: #F5F5F5 !important;
}

.select-type-form {
    height: 650px;
    background-color: #F5F5F5 !important;
}

.login-form-header {
    background-color: #F5F5F5 !important;
    padding: 20px 18px 0px 0px;
}
input{
    border: 1px solid #C0DC89 !important;
}
input:focus{
        outline:none !important;
        -webkit-appearance:none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
}

.custom-icon {
    background-image: url('https://epact.be/_static/LogoCherris');
    background-size: cover;
    width: 250px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#button-start,#button-login,#button-copy-code{
    margin-top: 10px !important;
    outline:none !important;
     -webkit-appearance:none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #C0DC89 !important;
}
.login-form-container  a{
    transition: all .1s;
}
.login-form-container  a:hover{
    background-color: #E7F4F9 !important;
}