-
Girvandi Ilyas authored9c92c95a
register.css 1.71 KiB
.wrapper {
background-color: #8BBD3C;
border-color: #02702C;
border-width: 10px;
border-style: solid;
border-radius: 50px;
}
.logo {
display: inline-block;
width: 100%;
text-align: center;
font-size: 300%;
vertical-align: middle;
color: #008800;
font-weight: bold;
font-family: Arial;
}
.line {
display: inline-block;
width: 22%;
vertical-align: middle;
border-color: #02702C;
}
.form-input {
width: 100%;
text-align: center;
}
.user-input div {
text-align: left;
display: inline-block;
padding-left: 10px;
}
.label-input {
width: 35%;
text-align: left;
vertical-align: middle;
font-weight: bold;
color: #008800;
font-size: 150%;
}
.text-input {
width: 55%;
vertical-align: middle;
}
.text-input input {
width:100%;
height: 2em;
}
.text-input-with-check {
width: 49%;
vertical-align: middle;
}
.text-input-with-check input {
width: 100%;
}
.check-icon {
width: 13px;
display : none;
}
.delete-icon {
width: 13px;
display: inline-block;
}
.checkbox {
text-align: left;
padding-left: 27px;
font-weight: bold;
color: #008800;
font-size: 150%;
}
.bottom {
font-size: 0;
}
.redirect-login {
font-size: initial;
display: inline-block;
width: 45%;
text-align: left;
padding-left: 27px;
}
.register {
font-size: initial;
display: inline-block;
text-align: right;
padding-right: 19px;
width: 50%;
box-sizing: border-box;
}
.register input {
background-color: #82D800;
border-color: #000000;
border-radius: 5px;
font-size: 120%;
padding: 0 0 0 0;
color: black;
font-weight: bold;
width: 32%;
}