|
|
|
@ -45,3 +45,44 @@ |
|
|
|
|
width:65%; |
|
|
|
|
font-size: 15px; |
|
|
|
|
} |
|
|
|
|
.stepsOfSignUp{ |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
margin-top: 50px; |
|
|
|
|
} |
|
|
|
|
.stepsOfSignUp .step{ |
|
|
|
|
width:32.5%; |
|
|
|
|
} |
|
|
|
|
.stepsOfSignUp .step .firstStep{ |
|
|
|
|
padding: 10px 15px; |
|
|
|
|
color:white; |
|
|
|
|
border-radius:50% ; |
|
|
|
|
background: linear-gradient(45deg, white, #006FFF); |
|
|
|
|
box-shadow: 4px -4px #006FFF; |
|
|
|
|
filter:blur(0px); |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
.stepsOfSignUp .step .secondStep{ |
|
|
|
|
padding: 10px 15px; |
|
|
|
|
color:white; |
|
|
|
|
border-radius:50% ; |
|
|
|
|
background: linear-gradient(45deg, white, #FF0900); |
|
|
|
|
box-shadow: 4px -4px #FF0900; |
|
|
|
|
filter:blur(0px); |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
.stepsOfSignUp .step .thirdStep{ |
|
|
|
|
padding: 10px 15px; |
|
|
|
|
color:white; |
|
|
|
|
border-radius:50% ; |
|
|
|
|
background: linear-gradient(45deg, white, #00FF2B); |
|
|
|
|
box-shadow: 4px -4px #00FF2B; |
|
|
|
|
filter:blur(0px); |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
.stepsOfSignUp .step div{ |
|
|
|
|
|
|
|
|
|
margin:10px; |
|
|
|
|
padding: 10px; |
|
|
|
|
font-size: 15px; |
|
|
|
|
} |