@media screen and (max-width: 767px){
    .box-promo{
        display: none;
    }
}
.pg-login{
    display: flex;
    justify-content: center;
    height: 100vh;
    padding: 2rem 1rem;
    align-items: center;
    background: linear-gradient(to right, #2242a7, #049ada);
}
.card-login{
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    border-radius: 7px;
    margin: auto;
}
.body-login{
    min-width: 360px;
}
.box-login{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 35px;
}
.box-login .form-control:focus{
    border-color: var(--p-cor-1) !important;
}
.content-login{
    max-width: 285px;
    width: 100%;
}
.box-promo{
    background-image:url(//static.peddido.com/img/login-promo.jpg);
    height: 490px;
    background-size: cover;
    background-position: bottom;
    border-radius: 0 7px 7px 0;
}
.esqueceu-senha{
    text-align: center;
    margin-top: 1rem;
}
.esqueceu-senha:hover{
    font-weight: bold;
    color: var(--p-cor-2);
}
