Skip to content
Permalink
ea888378d4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
112 lines (86 sloc) 1.51 KB
body {
font-family: sans-serif;
margin : 0;
padding : 0;
background: url(images/server.png) no-repeat;
background-size: cover;
}
.log{
width: 280px;
position:absolute;
top: 50%;
left:50%;
transform: translate(-50%,-50%);
color: white;
}
.log h1{
float: left;
font-size: 40px;
border-bottom: 8px solid rgb(128, 109, 236);
margin-bottom: 50px;
padding: 13px 0;
}
.msg {
border: 1px solid red;
font-weight: bold;
color: red;
padding: 0.7em;
float : left;
}
.textboxs {
width:100%;
overflow:hidden;
font-size: 20px;
padding: 8px 0;
margin: 8px 0;
border-bottom:5px solid rgb(128, 109, 236);
}
.textboxs i{
width:26px;
float : left;
text-align:center;
}
.textboxs input{
border:none;
outline:none;
background:none;
color:white;
font-size:18px;
width:70%;
float:left;
margin: 0 10px;
}
.button{
display : block;
background :none;
width : 95%;
border : 2px solid rgb(128, 109, 236);
color : white;
padding : 5px;
font-size : 20px;
cursor: pointer;
text-align: center;
font-weight: bold;
transition: 0.7s;
overflow: hidden;
}
.btn{
color : rgb(128, 109, 236);
}
.btn:hover
{
color : #fff;
}
::placeholder
{
color : rgb(255, 255, 255);
font-weight: bold;
}
.hyperlinks{
font-family: sans-serif;
color: white;
font-size: 20px;
}
.Error{
color:white;
}