.container{
    justify-content: center;
    display: flex;
    width: 100%;
}

select{
    font-family: 'Nunito', sans-serif;
    float: right;
    position: relative;
    margin-left: 10px;
}
.container-form{
    margin-top: 150px;
    position: relative;
    max-width: 650px;
    width: 100%;
    /*height: 500px;*/
    /*height: 800px;*/
    height: max-content;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: height 0.2s ease;
    justify-content: center;
}
.card-body{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.col-sm-4{
    float: right;
    padding: 0;
}
.form-group label{
    float: left;
    width: calc(100% - 190px);
    font-weight: bold;
    padding-right: 2px;
    height: 40px;
}

.form-group{
    width: 100%;
    /*height: 38px;*/
    height: fit-content;
    /*margin-bottom: 20px;*/
    /*object-fit: fill;*/
    margin-bottom: 0;
}
.text-muted{
    font-size: small;
    height: 66px;
}
.col-sm-{
    /*margin-top: -10px;*/
    margin-bottom: 40px;
}
.forms{
    margin-top: 40px;
}
@media screen and (max-width: 575px) {
    .form-group label{
        width: 100%;
    }
}

@media screen and (max-width: 770px) {

    .form-group label{
        height: min-content !important;
    }

}
#submit_btn{
    margin-top: -10px;
}
