111 lines
1.5 KiB
CSS
111 lines
1.5 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.FL {
|
|
float: left;
|
|
}
|
|
|
|
.FR {
|
|
float: right;
|
|
}
|
|
|
|
.CB {
|
|
clear: both;
|
|
}
|
|
|
|
.border {
|
|
width: 494px;
|
|
height: 570px;
|
|
;
|
|
margin: 0 auto;
|
|
border: 1px solid black;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.main {
|
|
width: 400px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.access {
|
|
font-family: Arial;
|
|
margin-bottom: 50px;
|
|
color: #9e97aa;
|
|
}
|
|
|
|
.text_input {
|
|
width: 380px;
|
|
height: 50px;
|
|
margin-bottom: 20px;
|
|
font-size: 20px;
|
|
border: none;
|
|
background-color: #f7f6f9;
|
|
padding-left: 20px;
|
|
color: #9e97aa;
|
|
}
|
|
|
|
.remember_block {
|
|
color: lightgrey;
|
|
font-family: Arial;
|
|
font-size: 18px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.remember {
|
|
background-color: white;
|
|
width: 15px;
|
|
height: 15px;
|
|
border: 1px solid black;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.restore {
|
|
color: lightgrey;
|
|
font-family: Arial;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.line {
|
|
width: 400px;
|
|
height: 0px;
|
|
border-bottom: 1px solid #E2E2E2;
|
|
}
|
|
|
|
.captcha {
|
|
font-weight: normal;
|
|
color: lightgrey;
|
|
font-family: Arial;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.recaptcha {
|
|
width: 400px;
|
|
height: 50px;
|
|
border: none;
|
|
border-radius: 0;
|
|
background-color: #f7f6f9;
|
|
color: #958ea3;
|
|
margin-top: 30px;
|
|
font-family: Arial;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.recaptcha option {}
|
|
|
|
.last {
|
|
width: 400px;
|
|
background-color: #9816f4;
|
|
color: white;
|
|
font-family: Arial;
|
|
font-size: 25px;
|
|
border: none;
|
|
border-radius: 50px;
|
|
height: 70px;
|
|
margin-top: 30px;
|
|
}
|