body{
    background-color: #057563;
    font-family: 'Barlow', sans-serif;
}

.footer-area{
    margin: 80px auto 50px auto;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    color: rgb(71, 71, 71);
}

.main-form{
    background-color: white;
    min-height: 100vh;
}

.trail-form{
    width: 100%;
    margin: auto auto 60px auto;
}
.container-row{
    width: 100%;
    margin: auto;
}
.main{
    width: 100%;
    padding: 0px;
    margin: auto;
}

.form-column{
    margin: auto;
}
.subheader{
    text-align: center;
    color: #057563;
}
.header{
    text-align: center;
    color: #057563;
}
.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;
}

.head-text{
    margin-top: 30px;
}

.meeting_persons_card{
    margin: 0px 0px 30px 0px;
    padding: 20px;
}

.participant-title{
    margin-bottom: 30px;
}

.add-person-icon{
    color: green;
    margin-right: 10px;
}

.add-person{
    cursor: pointer;
    user-select: none;
}

.add-person:active{
    margin-top: 3px;
}

.total-price{
    text-align: center;
    font-size: 26px;
}

input:invalid{
    border-color: red;
}

input:valid{
    border-color: green;
}

.success_title, .success_content {
    text-align: center;
    width: 100%;
}