﻿.btn-botton-login {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #5d051f;
    border: solid 2px #fff;
    border: 0;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    letter-spacing: .2px;
}

.login-data {
    display: flex;
    height: 500px;
    align-items: center;
    padding: 8px;
}

.login {
    text-align: center;
    width: 100%;
    height: 737px;
    margin-top: 35px;
    margin-left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: content-box;
}

.image-login {
    flex-direction: row-reverse;
    align-items: center;
    height: 600px;
    width: 100%;
}
