30 lines
1.3 KiB
CSS
30 lines
1.3 KiB
CSS
|
body,html{width:100%;min-height:100%;margin:0;padding:0;position:absolute;background-color:#2980b9;background: url("../img/background.jpg") no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;font-family:sans-serif}.page{width:360px;padding:8% 0 0;margin:auto}.page > div,.page > form{position:relative;z-index:1;background:#fff;max-width:360px;margin:0 auto 100px;padding:15px 45px 15px 45px;box-shadow:0 0 20px 0 rgba(0,0,0,.2),0 5px 5px 0 rgba(0,0,0,.24);border-radius:3px}.page > div img,.page form img{width:80%;display:block;margin:auto;margin-bottom:15px!important}.page form .input-group{margin-bottom:10px}.alert{color:#fff!important;margin-bottom:5px}.alert-danger{background-color:#e74c3c!important;border:none!important}.alert-success{background-color:#2ecc71!important;border:none!important}
|
||
|
|
||
|
.btn-custom {
|
||
|
outline: 0;
|
||
|
background: #2ecc71;
|
||
|
width: 180px;
|
||
|
border: 0;
|
||
|
padding: 5px;
|
||
|
color: #FFFFFF;
|
||
|
font-size: 17px;
|
||
|
cursor: pointer;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
.btn-custom:hover,.btn-custom:active,.btn-custom:focus {
|
||
|
background: #27ae60;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.footer {
|
||
|
margin-bottom: 0;
|
||
|
background-color: #fff;
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
text-align: center;
|
||
|
padding: 10px;
|
||
|
width: 100%;
|
||
|
text-decoration: none;
|
||
|
}
|