.login-body{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-content{
    background-color: #FEFEFE;
    width: 80vw;
}
.login-logo{
    margin: 30px 0 70px 0;
    width: 60px;
}
.login-title{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 57px;
    color: #0D0D0D;
}
.login-subtitle{
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;

    color: #0D0D0D;
}
.form-signin{
    margin: 0;
    margin-top: 50px;
    max-width: 514px;
    width: 80%;
}
.login-wrap{
    background-color: #FEFEFE;
    box-shadow: none;
    padding: 0;
}
.gradientBackground{
    background: url(../img/login/background1.svg),  url(../img/login/background2.svg) ,linear-gradient(180deg, #661084 0%, #ED0E0E 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 50%, -10% 100%;
    height: 100vh;
    border-top: 1px solid #661084;
}
.title-login{
    font-size: 38px;
    color: #FEFEFE;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    margin: 100px auto 30px auto;
    display: block;
    width: max-content;
}
.form-control{
    border-radius: 0 !important;
    border: none !important;
    border-bottom: .3px solid rgba(0, 0, 0, 0.5) !important;
    background-color: transparent;
    width: 100%;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #000000 !important;
}
.btn-login{
    width: 200px !important;
    height: 54px !important;
    display: flex;
    align-items: center;
    justify-self: center;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    transition: background-color 0.5s ease;
    box-shadow: none !important;

    background-color: #fefefe !important;
    border: 1px solid #333 !important;
    color: #333 !important;
}
.btn-login:hover{
    color: #FEFEFE !important;
    background-color: #333 !important;
}
.form-control::placeholder{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #000000 !important;
}
.login-body{
    background-color: #FEFEFE;
}
@media (max-width: 991px){
    .gradientBackground{
        display: none;
    }
}