|
@@ -59,11 +59,6 @@ html {
|
|
outline: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
|
|
-.login-block input#username {
|
|
|
|
- background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
|
|
|
|
- background-size: 16px 80px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.login-block input#password {
|
|
.login-block input#password {
|
|
background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
|
|
background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
|
|
background-size: 16px 80px;
|
|
background-size: 16px 80px;
|
|
@@ -73,6 +68,32 @@ html {
|
|
border: 1px solid #063971;
|
|
border: 1px solid #063971;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.login-block form select{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 42px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ border: 1px solid #ccc;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: 'Roboto', sans-serif;
|
|
|
|
+ padding: 0 20px 0 50px;
|
|
|
|
+ outline: none;
|
|
|
|
+ background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
|
|
|
|
+ background-size: 16px 80px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.login-block form select option {
|
|
|
|
+ align-items: center;
|
|
|
|
+ box-sizing: inherit;
|
|
|
|
+ color: #111;
|
|
|
|
+ display: flex;
|
|
|
|
+ font-family: 'Roboto', sans-serif;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ font-size: 1.5em;
|
|
|
|
+ width: auto;
|
|
|
|
+}
|
|
|
|
+
|
|
.login-block button {
|
|
.login-block button {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 40px;
|
|
height: 40px;
|
|
@@ -197,4 +218,18 @@ a:hover {
|
|
.nav-link{
|
|
.nav-link{
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
+ .login-block form select{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 42px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ border: 1px solid #ccc;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: 'Roboto', sans-serif;
|
|
|
|
+ padding: 0 20px 0 50px;
|
|
|
|
+ outline: none;
|
|
|
|
+ background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
|
|
|
|
+ background-size: 16px 80px;
|
|
|
|
+ }
|
|
}
|
|
}
|