client/src/components/Register.scss
changeset 151 57d63a248f0d
parent 144 8b950885ddae
child 154 a28361bda28c
equal deleted inserted replaced
150:97536386b397 151:57d63a248f0d
     1 h4.text-center {
     1 h4.text-center {
     2     font-size: 50px;
     2     font-size: 50px;
     3     font-weight: bolder;
     3     font-weight: bolder;
     4 }
     4 }
     5 
     5 
     6 .control-label {
     6 label.col-form-label.text-primary {
     7     font-size: 16px;
     7     font-size: 16px;
     8     margin-left: 20%;
     8     margin-left: 20%;
       
     9     font-weight: bolder;
     9 }
    10 }
    10 
    11 
    11 .form-control {
    12 .form-control {
    12     width: 60%;
    13     width: 60%;
    13     margin-left: 20%;
    14     margin-left: 20%;
    24     width: 30%;
    25     width: 30%;
    25     margin-left: 35%;
    26     margin-left: 35%;
    26     margin-top: 7%;
    27     margin-top: 7%;
    27 }
    28 }
    28 
    29 
    29 .text-center .text-muted {
       
    30     color: #769FED;
       
    31     font-size: 16px;
       
    32     font-weight: bold;
       
    33 }