2021-05-27 21:44:18 +01:00
|
|
|
@import '~src/function.scss';
|
|
|
|
|
|
|
|
|
|
.div-top-header{
|
|
|
|
|
margin: 0 em(20px);
|
|
|
|
|
padding-top: em(15px);
|
|
|
|
|
border: 0!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.div-logo{
|
|
|
|
|
background: transparent;
|
|
|
|
|
width: em(140px);
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.div-logo img{
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-27 16:49:09 +01:00
|
|
|
:host{
|
|
|
|
|
text-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-image: url("/assets/background/auth.svg");
|
|
|
|
|
background-size: 686px 674px;
|
|
|
|
|
background-position: center;
|
2021-05-27 21:44:18 +01:00
|
|
|
background-position-y: 78px;
|
2021-05-27 16:49:09 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.circle{
|
2021-05-27 16:53:12 +01:00
|
|
|
color: white;
|
2021-05-27 21:44:18 +01:00
|
|
|
width: 70px;
|
|
|
|
|
height: 70px;
|
2021-05-27 16:49:09 +01:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
font-size: 19pt;
|
2021-05-27 16:53:12 +01:00
|
|
|
background: #44b5ea;
|
|
|
|
|
border-radius: 56px;
|
2021-05-27 21:44:18 +01:00
|
|
|
margin-left: 30px;
|
|
|
|
|
margin-bottom: 15px;
|
2021-05-27 16:49:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title{
|
|
|
|
|
padding-top: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.terminal {
|
|
|
|
|
padding-top: 112px;
|
2021-05-27 21:44:18 +01:00
|
|
|
margin-left: -30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clear{
|
|
|
|
|
color: #44b5ea;
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
}
|
|
|
|
|
.dot-active{
|
|
|
|
|
background: #44b5ea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dot{
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
|
border: 3px solid #44b5ea;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
-webkit-border-radius: 50px;
|
|
|
|
|
-moz-border-radius: 50px;
|
|
|
|
|
-ms-border-radius: 50px;
|
|
|
|
|
-o-border-radius: 50px;
|
2021-05-27 16:49:09 +01:00
|
|
|
}
|