﻿.put-center {
    margin: auto;
}

.login-description {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.darkblue {
    color: darkblue !important;
}

.submit-btn {
    background-color: #ff2b61;
    color: white !important;
    height: 4rem !important;
    font-size: 24px !important;
    border: 0px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1.5rem;
}
.content-wrapper {
    background: url("../images/Login/bg-mask@1x.svg") right no-repeat;
    background-color: white !important;
}
main{
    display:block;
}
.login-input {
    height: 5rem;
    font-size: 24px;
    margin-top: 1rem;
    border: 0px;
    background: #f3f3f3;
    margin-bottom: 1rem;
    padding-left: 2rem;
    border-radius: 1rem;
}

.add-gray {
    color: gray !important;
    float: right;
}

.login-feedback {
    color: red !important;
    font-size: 1rem !important;
}
.login-form {
    margin-top: 7rem;
    /*margin-bottom: auto;*/
}
.login-parent{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}
.logo{
    grid-column: 1;
    grid-row: 1;
}