uiisc/css/style.css
2016-12-27 13:04:25 +08:00

45 lines
914 B
CSS

body {
padding-top: 60px;
padding-bottom: 100px;
line-height: 1.5;
color: #000;
background-color: #fff;
outline: 0;
overflow-x: hidden;
overflow-y: auto;
}
.section-wrap {
padding: 10px 0;
}
.section-wrap.title {
/*background: #349424;*/
/*color: #fff;*/
border-bottom: 1px solid;
}
.terms_policies_menu ul {
list-style-type: circle;
}
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin input[name="uname"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}