47 lines
1.1 KiB
CSS
Executable File
47 lines
1.1 KiB
CSS
Executable File
section.auth {
|
|
margin-top: -5em;
|
|
padding-top: 5em;
|
|
color: white;
|
|
background-color: #1e5799; /* Old browsers */
|
|
background: -moz-linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* FF3.6-15 */
|
|
background: -webkit-linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* Chrome10-25,Safari5.1-6 */
|
|
background: linear-gradient(137deg, #50B5C1 0%, #6450A0 85%);
|
|
background: linear-gradient(137deg, #50B5C1 0%, #6450A0 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50B5C1', endColorstr='#6450A0', GradientType=1); /* IE6-9 fallback on horizontal gradient */
|
|
|
|
}
|
|
section.auth > h3{
|
|
font-size: 3em;
|
|
font-weight: 500;
|
|
}
|
|
|
|
section.auth.signup-view > h3 {
|
|
font-size: 4.4em;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
.row.auth form .field-input select {
|
|
padding: 0.45em 0.9em;
|
|
width: 100%;
|
|
background: transparent;
|
|
font-size: 16px;
|
|
border: 1px solid #ccc;
|
|
height: 34px;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.nav-users {
|
|
position: fixed;
|
|
}
|
|
}
|
|
.remove-account-container {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.btn-remove-account {
|
|
top: 10px;
|
|
right: 10px;
|
|
position: absolute;
|
|
}
|
|
|