.incorrect-data-input1, .incorrect-data-input2 {
    color: rgb(162, 50, 50);
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    visibility: hidden;
}

.pull-right {
    float: right;
    cursor: pointer;
}

.btn-new-register {
    border-bottom: 0px !important;
    background: none !important;
    color: white;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-weight: bold;
}

.incorrect-data-input {
    color: rgb(162, 50, 50);
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    visibility: hidden;
}

.break {
    display: none;
}

.swal2-popup .swal2-input[type='number'] {
    max-width: 100% !important;
}

.swal2-popup {
    padding: 0px !important;
}

.swal2-title {
    padding-right: 30px !important;
    padding-top: 10px !important;
    font-size:22px !important;
}

.swal2-content {
    margin: 10px 20px 0px 20px !important;
}

.swal2-actions {
    padding-bottom: 20px !important;
    margin: 0 !important;
}

.swal2-input {
    height: 40px !important;
    margin-top: 5px !important;
    border-radius: 0 !important;
    margin-bottom: 0px !important;
}

.swal2-popup #swal2-content {
    text-align: left !important;
}

form.mlform {
    /*background-color: rgba(63,131,174,.65);*/
    background-color: rgba(62, 172, 206, 0.90);
    /*-webkit-box-shadow: 6px -1px 5px 0px rgba(128, 116, 116, 0.75);
            -moz-box-shadow: 6px -1px 5px 0px rgba(128, 116, 116, 0.75);
            box-shadow: 6px -1px 5px 0px rgba(128, 116, 116, 0.75);*/
}

.form-footer {
    margin-top: 0px !important;
    padding-bottom: 10px !important;
    text-align: center;
    /*background-color: rgba(63,131,174,.65);*/
    background-color: rgba(62, 172, 206, 0.90);
    /*-webkit-box-shadow: 6px -1px 5px 0px rgba(128, 116, 116, 0.75);
            -moz-box-shadow: 6px -1px 5px 0px rgba(128, 116, 116, 0.75);
            box-shadow: 6px -1px 5px 0px rgba(128, 116, 116, 0.75);*/
}
