.registration { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,def4e9+100 */ background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,244,233,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,244,233,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(222,244,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#def4e9',GradientType=0 ); /* IE6-9 */ padding: 50px 0; @include media-breakpoint-down(sm) { padding: 40px 0; } .top-head { h1 { @include media-breakpoint-down(sm) { font-size: 24px; } } p { margin: 0 auto 20px; span { font-weight: 500; color: $primarycolor; } &.disc { max-width: 370px; } } } .side-img { @include media-breakpoint-down(md) { display: none; } } } .open-cam-button { @include media-breakpoint-down(sm) { margin: 25px 0 0; } } .form-reg { .shadow { &::before { content: ""; position: absolute; left: 18px; top: 35px; right: 18px; bottom: 18px; background: $secondarycolor; @include filter(blur, 19px); z-index: 1; border-radius: 20px; } } .content { border-radius: 20px; padding: 35px; z-index: 2; @include media-breakpoint-down(sm) { padding: 20px 20px; } } .custom-control-inline { @include media-breakpoint-down(sm) { width: 100%; } } .button-col { .button { width: 150px; @include media-breakpoint-down(sm) { width: 100px; } } } } .custom-file-upload { .file-upload { position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; } } #file_name { display: none; position: absolute; text-align: center; bottom: 22px; left: 50%; line-height: 18px; width: 250px; margin-left: -125px; } .open-col { &::after { content: ""; position: absolute; top: -50px; left: 20px; bottom: 0; height: 150px; width: 1px; background: $lightgreen; @include media-breakpoint-down(sm) { display: none; } } } .selfie-info { padding-left: 40px; h4 { font-size: 18px; margin: 0 0 5px; &::before { position: absolute; font-family: $roboto; font-size: 14px; font-weight: 400; width: 30px; height: 30px; border-radius: 20px; line-height: 30px; text-align: center; left: -40px; top: 0; background: #CEF0DD; } &.one { &::before { content: "1"; } } &.two { &::before { content: "2"; } } } p { font-size: 14px; line-height: 22px; } }