<style>
body,html {
    height: 100%;
}
.auth-color {
color: white !important;
}
.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #1E2231 0%, #6B7983 100%);
    top: 0;
    left: 0;
    pointer-events: auto;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-fluid {
padding-right: 0px !important;
padding-left: 0px !important;
}
.shadow-2-strong{
background-color: rgb(110, 117, 128, 0.52);
background: -webkit-linear-gradient(top, rgba(124,134,150,0.52), rgba(42,45,51,0.52));
background: -moz-linear-gradient(top, rgba(124,134,150,0.52), rgba(42,45,51,0.52));
background: -o-linear-gradient(top, rgba(124,134,150,0.52), rgba(42,45,51,0.52));
background: -ms-linear-gradient(top, rgba(124,134,150,0.52), rgba(42,45,51,0.52));
background: linear-gradient(top, rgba(124,134,150,0.52), rgba(42,45,51,0.52));
border-radius: 27px !important;
-webkit-box-shadow: 0 25px 53px 9px rgb(0 0 0 / 77%);
box-shadow: 0 25px 53px 9px rgb(0 0 0 / 77%), inset 0 -1px 0 0 #2d3238;
padding: 10px;
}
.border-2-strong{
background: linear-gradient(0deg, #6B7983 0%, #1E2231 100%);
border-radius: 17px !important;
padding: 22px 33px 24px;
position: relative;
}
.login-title{
color: #24272b;
font-size: 39px;
}
.login-descr{
color: #515863;
font-size: 18px;
text-shadow: 0 1px rgb(255 255 255 / 50%);
padding: 3px 0 10px;
}
</style>
