JezK
Edit File: registration.css
.signup .login-bg { /* background-image: url(../images/logo.png); background-size: 100% 100%; background-repeat: no-repeat; */ height: 100%; width: 100%; } .signup .text-clr-blue { color:#2157c9; font-size: 30px; font-weight: 500; letter-spacing: 3px; } .signup .nav-tabs { border:0px solid #dee2e6; } .signup .nav-item { margin-right: 22px; } .signup .nav-tabs .nav-link { border:1px solid #c2c4c4; border-radius:.25rem; color:#a6a6a9; font-weight: 400; box-shadow: 1px 3px 11px #dddee0 !important; padding: 10px 50px !important; } .signup .log-body { margin: 0px 20%; } .signup .nav-tabs .nav-link.active { color: #fff; background-color: #2157c9; border: 1px solid #2157c9; font-weight: 500; } .signup .inpt-label { color:#646567; margin:0px; font-size: 14px; } .signup .input-container { display: -ms-flexbox; /* IE10 */ display: flex; width: 100%; } .signup .frm-input { color: #4f4f4f; background-color: #fff; position: relative; } .signup .frm-input:focus { color: #4f4f4f; background-color: #fff; border-color: #3469cf; outline: 0; box-shadow: none; } .signup .icon-display { position: absolute; right: 22px; top: 32px; color: #8f8f8f; } .signup .forgot-txt { color: #939393; font-size: 12px; font-weight: 450; } .signup .btn-login { color: #fff; background-color: #2157c9; border: 1px solid #2157c9; font-weight: 500; font-size: 20px; } .signup .acct-txt { color:#505052; font-size:17px; font-weight: 450; } .signup .register-btn { color:#3569ce; font-size:20px; font-weight: 450; } .signup .text-clr { font-size:1rem; color: #2157c9; font-weight: 450; } .img-div { position:relative; height: 100%; } .logo-cls { position:absolute; top:20px; left:35px; z-index:999; } @media screen and (max-width: 360px) { } @media screen and (max-width: 767px) { .signup .login-bg { height:385px !important; } .signup .nav-item { margin-bottom:10px; margin-right: 0px !important; } .signup .nav-item { width: 100% !important; margin-bottom: 10px !important; } .marg { margin-bottom: 1.5rem!important; } } .error { color: red; } .signup .img-div { display:flex; align-items:center; } .signup .img-div .login-bg { height: auto !important; width: 100% !important; } @media (min-width:768px){ } div#owner .error { font-size: 13px; margin-top: 5px; } .signup .container-fluid{height:100% !important;} .error.password_error { font-size: 12px; } body.signup .tab-content .row .col-md-3, body.signup .tab-content .row .col-md-10, body.signup .tab-content .row .col-md-12, body.signup .tab-content .row .col-md-6, body.signup .tab-content .row .col-md-4 { padding: 0px 5px !important; } body.signup input.btn-login{margin-top:10px;} .img-fit { align-items:normal !important; }