.registration{
    max-width: 800px;
    background-color: #4967ddd2;
    padding: 100px;
    margin: 0 auto;
    border-radius: 12px;
    h6{
        font-size: 28px;
        color: $white;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
        padding-bottom: 15px;
    }

    .registration_bday{
          padding-top: 22px; 
        form{
            .form_control {
                display: block;
                margin-bottom: 8px;
                width: 100%;
                height: 50px; 
                padding: 10px;
                color: $black;
                background-color: #ffffff;
                background-clip: padding-box;
                border-radius: 5px;
                border: 1px solid rgba(173,173,184,0.574);
                transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                &:focus {
                    outline: 0; 
                }
                &::placeholder {
                    font-size: 15px;
                    color: #aeacac;
                    font-weight: 400;
                }
    
                &:optional {
                    color: #636262;
                }
            }
            .policy{
                .chequeB{
                    height: 16px;
                    width: 16px;
                }
                font-size: 15px;
                color: $white;
            }
            .registration_btn{
                button{
                    margin-top: 20px;
                    background-color: #d85d0bfa;
                    height: 45px;
                    width: 100%;
                    color: $white;
                    font-size: 16px;
                    font-weight: 500;
                    text-align: center;
                    border-radius: 5px;
                    line-height: 50px;
                    cursor: pointer;
                }
            }
            h3{
                font-size: 16px;
                color: $white;
                font-weight: 400;
                text-align: center;
                cursor: pointer;
                margin-top: 12px;
                span{
                    color: #fffffffa;
                    font-weight: 900;
                }
            }
        }
    }
   }