
.register-form-row,
.register-form-title,
.register-form-field {
    position: relative;
}

.register-form-row .title-form {
    padding: 0;
    margin: 0;
}

.register-form-row.inline {
    display: flex;
    align-items: flex-start;
}
.register-form-row.inline>.register-form-title {
    width: 200px;
    padding-top: 18px;
}
.register-form-row.inline>.register-form-field {
    width: calc(100% - 200px);    
}


#project-register-form-section,
#project-register-form-section>.project-register-title-row,
#project-register-form-section>.project-register-form-row {
    position: relative;
}
#project-register-form-section>.project-register-title-row+.project-register-form-row {
    margin-top: 50px;
}
#project-register-form-section .project-register-form-row .content-row,
#project-register-form-section .project-register-form-row .btn-row {
    margin-top: 30px;
}
#project-register-form-section .project-register-form-row #register-policy-section {
    text-align: left;
    padding: 0 100px;
}

/* #privacy-policy-for-register-popup #privacy-policy-accept-btn.hidden {
    display: none !important;
} */

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* sm - xs */
@media (max-width: 767.98px) {

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* xs */
@media (max-width: 575.98px) {}

/* xs custom */
@media (max-width: 399.98px) {}
