﻿.authorization-body {
    background: linear-gradient(90deg, #DB3F2C 50.06%, #FEFEFE 50.07%);
}

.authorization-container {
    background: #FEFEFE;
    box-shadow: 0px 10px 100px 50px rgba(44, 47, 52, 0.1);
    border-radius: 20px;
}

.welcome-text {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 39px;
    line-height: 45px;
    color: #2C2F34;
}

.authorization-word {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    color: #2C2F34;
}

.login-button {
    background: #DB3F2C;
    width: inherit;
    border-radius: 10px;
    color: white;
}
