#register-1 .col-xs-12{display:flex;flex-direction:column;justify-content:center;align-items:center}#register-1 .gallery-box{padding:15px 40px;width:100%;max-width:450px}#register-1 .gallery-box:hover::after{display:none}#register-1 .bottomAnimation{width:fit-content;position:relative}#register-1 .bottomAnimation::after{position:absolute;content:" ";width:100%;top:98%;right:0;border-radius:20px;border-bottom:2px solid}#register-1 .bottomAnimation:hover::after{animation:moveBottom 0.5s forwards linear}@keyframes moveBottom{to{width:0}} #register-1-enter-info-title{font-size:30px;font-weight:600}#register-1 form{padding:5px 1px;margin-bottom:0}@media (max-width:786px){#register-1-enter-info-title{font-size:24px}#register-1 #register-form-holder{width:100%}} #register-1 input{height:35px;padding:10px 12px}#register-1 label.control-label{font-size:12px;font-weight:500}#register-1 .checkbox-group label{display:flex;align-items:center}#register-1 .checkbox-group span{margin-left:10px}#register-1 input[type="checkbox"]{background-color:initial;cursor:default;appearance:auto;box-sizing:border-box;margin:3px 3px 3px 4px;padding:initial;border:initial;position:relative;opacity:1;width:16px}#register-1 .btn{width:max-content}#register-1 .login-group{display:flex;align-items:center;flex-wrap:wrap}#register-1 .login-group p{margin:0;font-size:14px}#register-1 .login-group a{margin-left:10px;font-weight:550}@media(max-width:589px){#register-1 .login-group a{margin-left:0}} .form-register-custom-toast{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#ff9800;color:white;text-align:left;border-radius:4px;padding:16px;position:fixed;z-index:9999;left:50%;bottom:30px;font-size:17px;box-shadow:0 4px 8px rgba(0,0,0,0.1)}.form-register-custom-toast.show{visibility:visible;animation:fadeIn 0.5s,fadeOut 0.5s 2.5s}@keyframes fadeIn{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}} @keyframes fadeOut{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}