.registration-section .form-group input[type='text'], .registration-section .form-group input[type='email'], .registration-section .form-group input[type='password'] {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 10px;
    font-size: 15px;
    color: #808080;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.registration-section{
    background-color: #eee;
    /*background-color: #e2e4fd;*/
    padding: 5rem 1rem;
    justify-content: center;
    width: 100%;
    display: flex;
}
.registration-section .card{
    border-radius: 0.5em;
}

.registration-section .text {
    position: relative;
    display: block;
    text-align: center;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}

.registration-section .text:before{
    position: absolute;
    content: '';
    background: #e5e7ec;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 26px;
}

.registration-section .text span{
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    font-family: 'Jost', sans-serif;
    color: #8a8a8a;
    font-weight: 400;
    width: 65px;
    background: #fff;
    text-align: center;
}
.registration-section .login-now{
    color: #808080;
}
.registration-section .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2rem 1.5rem 3rem;
}

.custom-check-box .custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e7ec;
    cursor: pointer;
    border-radius: 3px;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator:before{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0;
}

.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before{
    opacity: 1;
}

.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #e5e7ec;
}

.custom-check-box .custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 10px;
    font-size: 15px;
    color: var(--font-gray);
    cursor: pointer;
    font-weight: 400;
}
.registration-section .button-login-2{
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #0000008a;
    padding: 10px 28px;
    text-decoration: none;
    text-align: center;
}
