﻿.bg {
    display: flex;
    position: absolute;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    background-image: url('/Content/images/LOGIN BG.svg');
    background-position-x: center;
    background-position-y: center;
    background-size: auto 135%;
    background-repeat: no-repeat;
    background-color: #219BB8;
}

.centro {
    margin: auto;
    width: 720px;
    height: 396px;
    border-radius: 4px;
}

.logo-div {
    width: 270px;
    height: 369px;
    background-image: url('/Content/images/LOGIN BG 2.svg');
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    float: left;
    border-radius: 4px 0px 0px 4px;
}

.logo-img {
    width: 174px;
    margin: auto;
    z-index: 10;
}

.retangulo-preto {
    width: 270px;
    height: 369px;
    background-color: black;
    opacity: 0.1;
    position: absolute;
    border-radius: 4px 0px 0px 4px;
}

.form-div {
    width: 450px;
    height: 369px;
    background-color: #ffffff;
    float: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0px 4px 4px 0px;
}

.form-login {
    margin-top: 58px;
    margin-bottom: 58px;
    margin-right: 40px;
    margin-left: 40px;
}

.esqueci-minha-senha-a {
    position: absolute;
    display: block;
    margin-top: 8px;
    color: #219bb8;
}

@media only screen and (max-width: 768px) {
    .centro {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .centro {
        background-image: url('/Content/images/LOGIN BG 2.svg');
        background-position-x: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .logo-div {
        background-image: none;
        width: 100%;
        height: 130px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .retangulo-preto {
        display: none;
    }

    .form-div {
        width: 100%;
        height: auto;
        background-color: transparent;
        color: #FFFFFF;
    }

    .form-login {
        margin-top: 0px;
        margin-right: 35px;
        margin-left: 35px;
        margin-bottom: 0px;
    }

    #form-group-senha {
        margin-bottom: -3px;
    }

    .esqueci-minha-senha-a {
        margin-top: -4px;
    }
}

@media only screen and (max-height: 532px) {
    .centro {
        height: auto;
    }

    .esqueci-minha-senha-a {
        margin-top: -4px;
    }
}