body{
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.navbar-brand{
    font-weight: bold;
    padding-right: 50px;
    position: relative;
}

footer{
    margin-top: auto;
    /*background-color: rgba(248,249,250);*/
    border-top: 1px solid rgba(248,249,250);
}
textarea.form-control{
    border-radius: 0px;
    padding: 5px 10px;
}

input[type=password], input[type=email], input[type=tel], input[type=text] {
    border-radius: 0px;
    height: 46px;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 0px 10px;
}

.section{
    padding: 40px 0px;
}

.section__title{
    margin-bottom: 2rem;
}

.page-title{
    text-align: center;
}
.login,
.register{
    width: 50%;
    margin: 0px auto;
}

.btn{
    border-radius: 0px;
    height: 46px;
    display: inline-flex;
    align-items: center;
}

.form-control__item{
    position: relative;
}

.form-control__item label.error{
    position: absolute;
    font-size: 12px;
    color: palevioletred;
    width: 100%;
    text-align: right;
}
#res{
    text-align: center;
}
#res.error{
    color: palevioletred;
}


.card{
    border-radius: 0px !important;
    height: 100%;
}
.card *{
    text-decoration: none;
}
.card__images{
    min-height: 200px;
}

.card__images--text{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-blue);
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}

.card-text{
    color: #333;
}

/**/
.form-control-color{
    height: 40px;
}


/**/

.result-box{
    border: 1px solid rgb(219 219 219)
}

.result-box #result{
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
}

.length{
    max-width: 250px;
}

/**/

.page-404{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-404__title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.utm .fa-at,
.utm .fa-brands{
    margin-right: 10px;
}