JezK
Edit File: style.css
/*-----Background-----*/ body{ /*background-image:url(2018-07-31.jpg);*/ background-repeat:no-repeat; background-size:cover; width:100%; height:100vh; overflow:auto; } /*-----for border----*/ .container{ font-family:Roboto,sans-serif; /* background-color: skyblue; */ margin: 0 auto; text-align: center; opacity: 0.8; margin-top: 67px; box-shadow: 2px 5px 5px 0px #eee; max-width: 800px; padding-top: 10px; /* background: rgba(0, 0, 0, 0.8); */ border-radius: 20px; } /*--- for label of first and last name---*/ .Username{ margin-left: 1px; font-family: sans-serif; font-size: 14px; color: white; margin-top: 10px; } .password{ margin-left: 1px; font-family: sans-serif; font-size: 14px; color: white; margin-top: 10px; } .lastname{ margin-left: 1px; font-family: sans-serif; font-size: 14px; color: white; margin-top: 10px; } .firstname{ margin-left: 1px; font-family: sans-serif; font-size: 14px; color: white; margin-top: 5px; } #lname{ margin-top:5px; } /*---for heading-----*/ .heading{ text-decoration:bold; text-align : center; font-size:30px; /* color:#FFF; */ padding-top:10px; } /*-------for email----------*/ /*------label----*/ #email{ margin-top: 5px; } /*-----------for Password--------*/ /*-------label-----*/ .mail{ margin-left: 44px; font-family: sans-serif; color: white; font-size: 14px; margin-top: 13px; } .pass{ color: white; margin-top: 9px; font-size: 14px; font-family: sans-serif; margin-left: 6px; margin-top: 9px; } #password{ margin-top: 6px; } /*------------for phone Number--------*/ /*----------label--------*/ .pno{ font-size: 18px; margin-left: -13px; margin-top: 10px; color: #ff9; } /*--------------for Gender---------------*/ /*--------------label---------*/ .gender { color: white; font-family: sans-serif; font-size: 14px; margin-left: 28px; margin-top: 8px; } /*---------- for Input type--------*/ .col-xs-4.male{ color: white; font-size: 13px; margin-top: 9px; padding-bottom: 16px; } .col-xs-4.female { color: white; font-size: 13px; margin-top: 9px; padding-bottom: 16px; padding-right: 95px; } /*------------For submit button---------*/ .sbutton{ color: white; font-size: 20px; border: 1px solid white; background-color: #080808; width: 32%; margin-left: 41%; margin-top: 16px; box-shadow: 0px 2px 2px 0px white; } .btn.btn-warning:hover { box-shadow: 2px 1px 2px 3px #99ccff; background:#5900a6; color:#fff; transition: background-color 1.15s ease-in-out,border-color 1.15s ease-in-out,box-shadow 1.15s ease-in-out; } label { display: inline-block; max-width: 100%; margin-bottom: 20px; font-weight: 700; float: right; } textarea.form-control { height: auto; margin-bottom: 20px !important; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #000; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }