.writers-form{
    width: 100%;
    margin: auto auto 60px auto;
}

.container-row{
    width: 100%;
    margin: auto;
}

.main{
    width: 100%;
    padding: 0px;
    margin: auto;
    background-color: white;
    min-height: 100vh;
}

.form-column{
    margin: auto;
}

.subheader{
    text-align: center;
}

.header{
    text-align: center;
}

.registration-header{
    margin: 60px 0px 40px 0px;
}

.form-row{
    position: relative;
    display: block;
    width: 100%;
}

.accessibility{
    margin: 40px 0px 20px 0px;
}

.results-container{
    position: relative;
    width: 85%;
    background-color: rgb(241, 241, 241);
    margin: 40px auto 40px auto;
    padding: 30px;
    
}

.results-heading{
    text-align: center;
    font-size: 18px;
}

.results-body{
    margin-top: 20px;
}

.faculty{
    display: none;
    margin-top: 40px;
}

.cancelation{
    margin: 40px 0px 40px 0px;
}

#div_id_sponsoring_institution{
    display: none;
}

.nonfield{
    font-size: 90%;
    color: #dc3545;
    font-weight: bolder;
    list-style: none;
}

.sub-form{
    margin-top: 60px;
}

#other-contact{
    display: none;
}

.rental-subtitle{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.background-img{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -20;
    object-fit: cover;
}

.rental-submit{
    margin: 40px 0px 60px 0px;
    float: right;
}