@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.required {
    color: red;
}

.t-login-box,
.t-registration {
    padding: 35px;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    max-width: 480px;
    min-width: 480px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    gap: 20px;
}
.t-login-box input[type="text"],
.t-registration  input[type="text"],
.t-login-box input[type="password"],
.t-registration  input[type="password"]{
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: bold;
}
.t-login-box > div,
.t-registration > div {
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.t-rem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.t-submit .submit-button {
    height: 59px;
    width: 100%;
    background: #ee402f;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.t-submit .submit-button:hover{
    background: #f84b3b;
}

.t-submit .active-button {
    height: 59px;
    width: 40%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    background: #27a004;
}

.t-submit .noactive-button {
    height: 59px;
    width: 40%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    background: #9c9c9c;
}


.t-contact {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
.app-stores {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
}
.t-app-t {
    font-size: 13px;
    margin-bottom: 13px;
    font-weight: 500;
    margin-top: 2vh;
}
.t-contact {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
}
.t-contact a {
    font-weight: bold;
    color: #ee402f;
    text-decoration: none;
}
.t-logo {
    padding: 45px 0;
}
.t-rem-2 a {
    color: #221f1f;
    text-decoration: none;
}
.t-logo img {
    width: 80%;
}
a.go-to-login {
    color: #ee402f;
    font-weight: bold;
    text-decoration: none;
}
.t-contact {
    padding-top: 15px;
    font-size: 11px !important;
}
.flex-login {
    position: relative;
}
.t-row.registration a {
    color: #fff;
}
.t-row.registration {
    position: absolute;
    right: 0;
    top: -27px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
}
.t-login-box h3,
.t-registration h3{
    text-align: center;
}
.t-login-box h5,
.t-registration h5 {
    font-size: 11px;
    text-align: center;
}
.t-row-top h3 {
    font-size: 25px;
    padding-bottom: 15px;
}
.t-row-top h3, .t-row-top h5 {
    margin: 0;
}
.registration-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        ". .";
    flex-direction: column;
    text-align: left !important;
    gap: 10px;
}
.t-r-row input {
    max-height: 42px;
}
.t-registration {
    max-width: 740px;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.t-login-box,
.t-registration {
    padding: 35px;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    max-width: 480px;
    min-width: 480px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    gap: 20px;
}
.t-login-box input[type="text"],
.t-registration input[type="text"],
.t-login-box input[type="password"],
.t-registration input[type="password"]{
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: bold;
    outline: none;
}
.t-login-box > div,
.t-registration > div {
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.t-rem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.t-submit .submit-button {
    height: 59px;
    width: 100%;
    background: #ee402f;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border: 0;
    border-radius: 5px;
}
.t-contact {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
.app-stores {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
}
.t-app-t {
    font-size: 13px;
    margin-bottom: 13px;
    font-weight: 500;
    margin-top: 2vh;
}
.t-contact {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
}
.t-contact a {
    font-weight: bold;
    color: #ee402f;
    text-decoration: none;
}
.t-logo {
    padding: 45px 0;
}
.t-rem-2 a {
    color: #221f1f;
    text-decoration: none;
}
.t-logo img {
    width: 80%;
}
a.go-to-login {
    color: #ee402f;
    font-weight: bold;
    text-decoration: none;
}
.t-contact {
    padding-top: 15px;
    font-size: 11px !important;
}
.flex-login {
    position: relative;
}
.t-row.registration a {
    color: #fff;
}
.t-row.registration {
    position: absolute;
    right: 0;
    top: -27px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
}
.t-login-box h3,
.t-registration h3{
    text-align: center;
}
.t-login-box h5,
.t-registration h5 {
    font-size: 11px;
    text-align: center;
}
.t-row-top h3 {
    font-size: 25px;
    padding-bottom: 15px;
}
.t-row-top h3, .t-row-top h5 {
    margin: 0;
}
.registration-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        ". .";
    flex-direction: column;
    text-align: left !important;
    gap: 15px 15px;
    margin: 20px 0;
}
.t-r-row input {
    max-height: 42px;
}
.t-registration {
    max-width: 740px !important;
}
.t-r-row label {
    font-size: 12px;
    width: auto;
}
.t-login-box input::placeholder,
.t-registration input::placeholder {
    opacity: .5;
}