You need to sign in or sign up before continuing.
Newer
Older
.quiqqer-frontendUsers-controls-registration {
display: inline-block;
position: relative;
width: 100%;
}
.quiqqer-frontendUsers-controls-registration-registrar {
display: inline-block;
position: relative;
width: 100%;
}
.quiqqer-frontendUsers-controls-registration-or {
border-top: 1px solid #CFD2D2;
clear: both;
color: #CFD2D2;
float: left;
line-height: 30px;
margin: 2rem 0 1.5rem;
text-align: center;
position: relative;
height: 10px;
width: 100%;
}
.quiqqer-frontendUsers-controls-registration-or-text {
background: #fff;
color: #666666;
font-size: 16px;
line-height: 30px;
padding: 0 10px;
position: relative;
text-align: center;
top: -15px;
}
.quiqqer-frontendUsers-controls-registrars-list {
display: flex;
flex-direction: column;
gap: 0.5rem;
width: 100%;
}
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.quiqqer-frontendUsers-controls-registration .quiqqer-frontend-social-button {
width: 100%;
}
.quiqqer-registration-trial-registrar-submit button {
width: 100%;
}
.quiqqer-frontendUsers-autoRedirect {
margin-top: 10px;
}
.quiqqer-frontendUsers-controls-registration-locked {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
background: rgba(255, 255, 255, 0.7);
}
.quiqqer-frontendUsers-controls-registration-termsOfUse {
display: inline-block;
margin: 1rem 0;
width: 100%;
}
.quiqqer-frontendUsers-controls-registration-termsOfUse label {
cursor: pointer;
display: inline-block;
width: 100%;
}
.quiqqer-frontendUsers-controls-registration-termsOfUse label > input {
float: left;
}
.quiqqer-frontendUsers-controls-registration-termsOfUse label > span {
float: left;
width: calc(100% - 30px);
}
.quiqqer-frontendUsers-controls-registration-nextlinks {
margin: 10px 0 0 0 !important;
}