﻿
@media screen and (max-width: 768px) {
    .habilitee-login-layer {
        position: absolute;
        top: -100px;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 300%;
        background-color: white;
    }

    .habilitee-login-form-content {
        border: 1px #E5E8EB solid;
        border-radius: 10px;
        padding: 45px 30px 45px 30px;
        margin-left: 15px;
        width: 400px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .habilitee-login-layer {
        position: absolute;
        top: -100px;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 300%;
        background-color: white;
        background-image: url('../images/backgrounds/login-background.png');
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: 60%;
    }

    .habilitee-login-form-content {
        border: 1px #E5E8EB solid;
        border-radius: 10px;
        padding: 45px 30px 45px 30px;
        margin-left: 15%;
        width: 400px;
        margin-top: 15px;
    }
}



    .habilitee-login-form {
        margin-top: 35px;
    }

   

    .habilitee-login-button {
        background-color: #0284FE !important;
        color: white !important;
    }

        .habilitee-login-button a {
            background-color: #0284FE !important;
            color: white !important;
        }

        .habilitee-login-button:hover {
            background-color: white !important;
            color: #0284FE !important;
            border: 1px solid #0284FE !important;
            background-color: white
        }


        .habilitee-login-button a:hover {
            background-color: white !important;
            color: #0284FE !important;
            border: 1px solid #0284FE !important;
            background-color: white
        }
