
#container
{
    height:90vh;
    box-sizing:border-box;
    font-size: 0.9rem;
    font-weight:600;
    color: rgb(24, 101, 189);
    
}
.form-control
{
    border: 1px solid rgba(24, 22, 22,0.4);
    font-weight: 200;
    background:transparent;
}
.header
{
    font-size: 1em;
    color: brown;
    font-weight: 400;
}
.terms
{
    
    font-size: 0.8em;
    color: rgb(64, 52, 241);
    font-weight: 600;
}
/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #6441A5; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #6441A5, #2a0845); /* Chrome 10-25, Safari 5.1-6 */
}

/* body {
    font-family: Montserrat, arial, verdana;
    background: transparent;
} */

/*form styles*/


/*headings*/


