@background-color: #f7f7f7;
@invite-background: #777777;
@white: #ffffff;
.wall-background {
background-color: @background-color;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
.form-signin{
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
input {
background: @background-color;
}
}
.account-wall{
padding: 0px;
padding-top: 40px;
.wall-background;
}
.signup-wall{
margin-top: 10px;
padding: 10px 0 0px;
.wall-background;
.alert {
margin-bottom: 0px;
}
.messages {
margin-bottom: 5px;
}
.invite-code {
background: @invite-background;
color: white;
padding: 10px 0;
.inputfield {
label.input-title {
color: @white;
}
input[type="text"] {
background: @invite-background;
border-bottom: 1px solid @white !important;
color: @white;
text-transform: uppercase;
}
}
.message {
margin-top: 40px;
}
}
}
.profile-img{
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.new-account{
display: block;
margin-top: 10px;
}
h1.error-message{
color: red;
}
ul.user-details{
list-style: none;
}
.login, .signup {
margin: 10px 0;
}
.btn-register {
margin-top: 10px;
}
.register-txt {
margin-top: 30px;
}