.section__form-container {
    max-width: 320px;
    margin: 24px 15px;
    width: 100%;
}

.dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    color: #0c0c0d;
    padding: 0 23px 0 0;
}

.required > label:after,
.required .form-control-label > label:after {
    content: "*";
    color: #FF6C6C;
    padding-left: 3px;
}

.login__social_widget {
    display: flex;
}

.login__social_item {
    /*-webkit-appearance: button;*/
    /*-moz-appearance: button;*/
    /*appearance: button;*/
    cursor: pointer;
}

.uploaded__image.rect {
    border-radius: 0;
    width: 100%;
    height: auto;
    min-height: 120px;
}

p.description b {
    font-weight: bold;
}

@media (min-width: 1440px) {
    .section__form-container {
        max-width: 430px;
    }
}
