﻿body {
    background-image: url('../imgs/bg-wonder-woman.jpg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.box-login {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 38px;
    border-radius: 20px;
}


.validation-summary-errors {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px;
}

.validation-summary-errors li {
    list-style: none;
    color: red;
    font-weight: bolder;
    font-size: smaller;
    text-align: center;
    padding: 10px;
}

.col-login {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


.box-login input {
    margin-bottom: 10px;
}

.logo-login {
    width: 50%;
    margin: auto;
    display: block;
}

@media (max-width: 500px) {

    .form-login {
        padding: 13px;
    }
}
