@ -3,7 +3,9 @@
.alias {
background: transparent;
outline: none;
border: 0;
border:1px solid #404040;
border-radius: 4px;
padding: 15px;
color: $gold;
-webkit-text-fill-color: $white;
font-size: 22px;
@ -4,7 +4,7 @@
color: $white;
section {
margin: 20px 0;
margin-bottom: 0;
&.enable {
&.active {
@ -44,6 +44,7 @@
font-weight: 200;
cursor: pointer;
transition: all 0.25s;
margin-bottom: 20px;
}
.label {
@ -4,22 +4,26 @@
label {
display: block;
font-size: 12px;
line-height: 14px;
padding: 10px 0px;
padding-bottom: 5px;
min-height: 14px;
input {
padding: 10px;
font-size: 18px;
width: 100%;
// font-weight: 200;
margin-bottom: 25px;
font-weight: 400;
width: 600px;
input::-webkit-input-placeholder {
margin: 30px 0;
margin: 0;
&.option {
.button {
@ -7,15 +7,17 @@
.password {
border-bottom: 1px solid transparent;
//border-bottom: 1px solid transparent;
&.inputError {
border-bottom: 1px solid $red;
border: 1px solid $red;
@ -1,20 +1,22 @@
@import '../../variables.scss';
.input:nth-child(2) {
margin-top: 40px;
margin-top: 30px;
&.error {