body{
    background-color: #edf1f7
}
.main{
    background-color: white;
    width: 55%;
    min-height: 400px;
    margin-left: 22.5%;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
    display: flex;
    flex-direction: row;
    border-radius: 3px;
}
.main-part-one, .main-part-two{
    width: 50%;
}
.register-title{
  font-size: 25px;
  font-weight: 700;
}
div.main-part-one{
    text-align: center;
    padding-top: 125px;
}
.text-main-part-one{
    background-color: rgba(54, 123, 227, .3);
    margin: 35px;
    padding: 15px;
    text-align: left;
    border-radius: 3px;
}
.text-main-part-one>span:first-child{
    font-size: 19px;
    font-weight: 700;
    color: #032963;
}
.text-main-part-one>span:nth-child(3){
    color: #376cbd;
    font-size: 18px;
    font-weight: 700;
}
.text-main-part-one>span:nth-child(6){
    font-size: 13px;
}
.form-group>label,
.form-group>.form-check>label,
.form-group>div>.form-check>label
{
    margin-top: -12px;
    font-size: 11.5px;
}
.error-form-register{
    color: red;
    font-size: 12px;
    position: relative;
    font-style: italic;
}
@media(max-width: 930px){
    .main-part-one{
        display: none;
    }
    .main-part-two{
        width: 100%;
    }
    .main{
        width: 80%;
        margin-left: 10%;
    }
}
