-@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap');
.jconfirm .jconfirm-box {
.form-group {
label {
+ font-family: "Roboto Slab";
+ font-weight: 400;
text-align: center;
font-size: 30px;
display: block;
color: #052b4c;
margin-bottom: 30px;
+
}
input {
display: block;
font-weight: 500;
&:hover{
- background-color: darken(#3fa9f5,10%);
+ background-color: #3fa9f5;
}
}
}