add auth
This commit is contained in:
@@ -118,6 +118,26 @@ h1 {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
#container_form{
|
||||
width:450px;
|
||||
height: 500px;
|
||||
background-color: rgba(24, 33, 52, 0.7);
|
||||
margin: 250px auto 0 auto;
|
||||
text-align: center;
|
||||
box-shadow: 0 -5px 0 #3adbfd;
|
||||
}
|
||||
|
||||
|
||||
input[type="text"],input[type="password"], input[type="email"]{
|
||||
width: 300px;
|
||||
height:50px;
|
||||
font-size: 18px;
|
||||
margin-bottom: 25px;
|
||||
border-radius: 4px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 560px) {
|
||||
#brand_title, #page_title {
|
||||
font-size: .8em;
|
||||
|
||||
Reference in New Issue
Block a user