46 lines
735 B
CSS
46 lines
735 B
CSS
.divlog {
|
|
margin-left: 10%;
|
|
margin-right: auto;
|
|
width: 80%;
|
|
height: 50%;
|
|
margin-top: 35px;
|
|
}
|
|
.title {
|
|
text-align: center;
|
|
}
|
|
input[type=text], input[type=email], input[type=password], input[type=file], input[type=number]{
|
|
padding:10px;
|
|
border:10;
|
|
box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
|
|
border-radius:10px;
|
|
}
|
|
textarea {
|
|
width:100%;
|
|
resize: vertical;
|
|
padding:10px;
|
|
border-radius:10px;
|
|
border:10;
|
|
box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
|
|
height:150px;
|
|
}
|
|
.but {
|
|
margin: 40px;
|
|
}
|
|
.box {
|
|
margin-left: 20px;
|
|
}
|
|
.zag_auth {
|
|
margin-left: 20%;
|
|
}
|
|
#but_log1, #but_log2, #but_log3 {
|
|
width: 24%;
|
|
}
|
|
#but_log2 {
|
|
background-color: #16b8f5;
|
|
}
|
|
#but_log2, #but_log3 {
|
|
margin-left: 3%;
|
|
}
|
|
#divlog {
|
|
margin-left: 20%;
|
|
} |