@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=My+Soul&family=Roboto+Slab:wght@100..900&display=swap');

*{
        font-family: "Josefin Sans", sans-serif;
}
.gradient-custom-2 {
/* fallback for old browsers */
background: #fccb90;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}

@media (min-width: 768px) {
.gradient-form {
height: 100vh !important;
}
}
@media (min-width: 769px) {
.gradient-custom-2 {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
}
}

#login{
    background: url(../images/back1.png);
}
.small{
    text-align: justify;
}
.close{
    position: relative;
    left: 870px;
    bottom: 560px;
    background-color: transparent;
    border: none;
}

.close1{
    position: relative;
    left: 870px;
    bottom: 500px;
    background-color: transparent;
    border: none;
}
.account{
    position: relative;
    bottom: 80px;
}
.or{
    text-align: center;
    position: relative;
    bottom: 90px;
}
.or1{
    position: relative;
    bottom: 90px;

}
.card-body {
    max-height: 560px;
    
    
   
}

