@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

html,
body {
    font-family: 'Poppins-Regular' !important;
    height: 100%;
    margin: 0;
    font-size: 100%;
    
    background-color: #F6F8FD;
    color: #212529;
    overflow-y: hidden;
    overflow-x: hidden;
}

.text-small{
    font-size: small;
}

.curved {
    border-radius: 15px 15px 15px 15px !important;
}

.curved-8 {
    border-radius: 8px 8px 8px 8px !important;
}
.curved-10 {
    border-radius: 10px 10px 10px 10px !important;
}

.curved-15 {
    border-radius: 15px 15px 15px 15px !important;
}
.curved-20 {
    border-radius: 20px 20px 20px 20px !important;
}
.curved-30 {
    border-radius: 30px 30px 30px 30px !important;
}

.curved-top {
    border-radius: 15px 15px 0px 0px !important;
}

.curved-bottom {
    border-radius: 0px 0px 15px 15px !important;
}

.btn-pill {
    border-radius: 50px !important;
}
.login-new input{
    border: 0;
    border-radius: 50px;
    background-color: #E5E9F2;
    z-index: 1;
    position: relative;
}

.login-illustration{
    position: absolute;
    right: 0;
    bottom: 0;
}
.login-new .plants-1{
    position: absolute;
    top: 0;
    z-index: 1;
}
.login-new .plants-2{
    position: absolute;
    bottom: 0;
    
}

.login-new .quotes{
    margin-top: 4rem;
}

.login-new {
    overflow: scroll;
    overflow-x: auto;
}

.login-new .logo img {
    height: 120px;
    width: auto;
}