65 lines
1.4 KiB
CSS
65 lines
1.4 KiB
CSS
@media (max-width: 767px) {
|
|
.form-signin {
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
max-width: 320px;
|
|
border: solid 1px #ddd;
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
body {
|
|
background-color: #5bc0de;
|
|
background: url('../images/bg2.jpg') fixed no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.container {
|
|
background: url('../images/bg3.png') no-repeat;
|
|
background-size: contain;
|
|
width: 704px;
|
|
height: 404px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.form-signin-heading {
|
|
padding: 28px 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.login-wrap {
|
|
padding: 0;
|
|
margin: 36px 0 0 370px;
|
|
width: 280px;
|
|
}
|
|
|
|
.slidercaptcha {
|
|
top: -254px;
|
|
left: -15px;
|
|
}
|
|
|
|
.slidercaptcha, .slidercaptcha.forgot {
|
|
width: 310px;
|
|
height: 280px;
|
|
}
|
|
|
|
.login-wrap[data-auth="True"] {
|
|
margin: 12px 0 0 370px;
|
|
}
|
|
|
|
.login-wrap[data-auth="True"] .slidercaptcha {
|
|
top: -282px;
|
|
}
|
|
|
|
.login-wrap[data-auth="True"] .slidercaptcha, .slidercaptcha.forgot {
|
|
width: 310px;
|
|
height: 280px;
|
|
}
|
|
|
|
.login-wrap[data-auth="True"] .form-group {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
}
|