html, body{
    height: 100%;
    overflow: hidden;
    background: var(--mango-gradient);
}
.float-right {
    margin-top: 20px;
    margin-left: 175px; 
  }

:root{
    --primary-gradient: linear-gradient(to right, #7B0094, #3BB9FF);
    --mango-gradient : linear-gradient(to right, #3BB9FF, #7B0094);
    --text-color: #F7F9F9;
    --Montserrat: "Montserrat", cursive;
    --Lobster: "Lobster", cursive;
    --primary-shadow: 3px 4px 7px rgba(27, 27, 27, 0.534);
    --border-color: rgba(0,0,0,0.329);
}
.liquid{
    background: url('https://raw.githubusercontent.com/akashyap2013/Advanced-Login-UI/master/assets/Wave.png') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #3BB9FF;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98%;
    max-height: 610px;
}

.container .panel{
    width: 60%;
    height: 72%;
    box-shadow: var(--primary-gradient);
}

.row{
    display: grid;
    grid-template-columns: 65% 35%;
    height: 100%;
    background: #fff;
     border-radius: 4rem;
     
}


.liquid h4{
    text-align: left;
    padding: 0 2rem;
    color: whitesmoke;
    font-family: var(--Montserrat);
    
}

.owl-carousel{
    width: 100%;
    height: 200px;
    max-height: 200px;
}

.btn{
    padding: .5rem 1.5rem;
    border: none;
    border-radius: 4rem;
    background: #020202;
    color: whitesmoke;
    font-size: .7rem;
    font-family: var(--Montserrat);
    box-shadow: var(--primary-shadow);
    cursor: pointer;
}

.login .btn-signup, 
form .btn-login{
    background: var(--primary-gradient);
    float: right;
    margin: 1.5rem;
}


form{
    margin-top: 5.5rem;
}




form .form-group{
    text-align: left;
    border: 2.5px solid var(--border-color);
    margin-top: .9rem;
    margin-right: 5rem;
    border-radius: 5rem;
    
}

form .form-group .form-input{
    padding: .5rem 1rem;
    background: transparent;
    border: none;
 
    font-size: .9rem;
    overflow: hidden;
}

form input:focus{
    outline: none;
}

form .input-icon{
    display: inline;
    color: var(--border-color);
}

form .btn-login{
    float: none;
    padding: .8rem 5rem;
    margin-left: 2rem;
}


@media only screen and (max-width: 768px) {
   
}
