14 lines
167 B
CSS
14 lines
167 B
CSS
|
.loginlink{
|
|||
|
display: block;
|
|||
|
font-size: 10px;
|
|||
|
color: #c6cfd0;
|
|||
|
}
|
|||
|
|
|||
|
.imblue{
|
|||
|
color: #0a53be;
|
|||
|
cursor: pointer;
|
|||
|
}
|
|||
|
|
|||
|
.loginwrapper{
|
|||
|
display: flex;
|
|||
|
}
|