﻿.loginWrapper {
    height: 50em;
}

.loginContainer {
    width: 30%;
    background-color: white;
    border: 1px solid var(--grey-lighten-1);
    box-shadow: 3px 3px 3px var(--grey-lighten-1);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
}

.imglogo {
    content: url('~/../../images/makers-blac.svg');
    position: relative;
    top: -50px;
    max-width: 150px;
}

.login-title {
    font-size: 25px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

.login-subtitle {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    color: var(--makers-primary-lighten-1);
    width: 100%;
    display: block;
    padding-bottom: 35px;
}

.btn-block {
    width: 80%;
    height: 40px;
}

.imgError {
    content: url('~/../../images/error.svg');
    width: 50%;
    position: absolute;
    top: 15%;
    height: 25px;
    left: 14%;
}
