@import "declarations.less"; body { padding-top: 40px; padding-bottom: 40px; background-color: @grey-color; } input[type=checkbox] { transform: scale(1.3); -webkit-transform: scale(1.3); /* Safari and Chrome */ -ms-transform: scale(1.3); /* IE */ -moz-transform: scale(1.3); /* FF */ -o-transform: scale(1.3); /* Opera */ } .none { display: none !important; } .form-signin { max-width: 340px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .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 .form-control:focus { z-index: 2; } .form-signin input[type="email"] { 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; } .row.customStyle { background-color: @base-color; color:white; } .row.customStyle div { border:1px solid white; } .btn-default { border-color:@base-color; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { border-color:@base-color; background-color: @selected-bg-color-light; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }