.back-img{
    background-color: aqua;
}

.sign-up-container{
    margin:0;
    padding: 20px 100px;
    max-width: 100% !important;
}

a.dropdown-item{
    height: 20px;
    padding: 0px;
}

.heading{
    color: #3d3f94;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

hr.mb-4{
   margin: 16px 0px !important;
}

.disclaimer{
    font-size: 14px !important;
}

.btn-signUp{
    background: #3d3f94;
    box-shadow: 2px 2px 5px grey;
    color:white;
    width: 30%;
    float: right;
}

.btn-signUp:hover{
    background: #4169E1;
    box-shadow: 2px 2px 5px grey;
}
