.background{
    background-image: url("../style/images/london.jpg");
    background-size: auto 100%;
    object-fit: cover;
    object-position: left;
    background-repeat:repeat-y;
    height: 100vh;
    min-height: 100%;
}

.login{
    margin: 0 auto;
    height: 90%;
    min-height: 660px;
    width: 100%;
}

.form{
    justify-content: center;
    border-radius: 5px;
    width: 50%;
    display: block;
    top: 25%;
    transform: translate(0%, 0%);
    position: relative;
    text-align: center;
    margin: 0 auto;
    /*height: 460px;*/
}

.login-img{
    height: 150px;
    margin: 0 auto;
    justify-content: center;
}

.login-input {
    width: 100%;
	height: 50px;
	margin: 10px auto;
	justify-content: center;
	display: block;
	color: #000000;
	font-size: 1em;
	font-family: 'Roboto Light';
	margin-top: 20px;
	outline: none;
	border: solid 1px #C8C8C8;
	border-radius: 7px;
	transition: .2s ease-in;
	cursor: pointer;
    background: linear-gradient(to bottom, #F0F0F0, #FBFBFB);
}

.label-before, .field input:focus + label::before, .field input:valid + label::before {
    line-height: 1.5em;
    font-size: 0.8em;
    top: -10px;
    background: linear-gradient(to bottom, #ffffff, #F0F0F0);
    padding: 0 6px;
    left: 9px;
}

.field select:focus + label::before, .field select:valid + label::before {
    line-height: 1.5em;
    font-size: 0.8em;
    top: -10px;
    background: linear-gradient(to bottom, #ffffff, #F0F0F0);
    padding: 0 6px;
    left: 9px;
}

.login-username-icon{
    position: absolute;
    top: 1.1em;
    left: 1.1em;
    font-size: 1em;
    color: #777
}

.field {
    position: relative;
    margin-bottom: 15px;
    width: 303px;
    margin: 10px auto;
    display: block;
    justify-content: center;
    min-width: 303px;
}

.field label::before {
    content: attr(title);
    position: absolute;
    top: 0.4em;
    left: 3em;
    line-height: 40px;
    font-size: 1em;
    font-family: 'Roboto Light';
    color: #777;
    transition: 300ms all;
}

#clientcreate .field label::before {
    content: attr(data-title);
}

#locationdelete .field label::before {
    content: attr(data-title);
}

.field input {
    width: 100%;
    line-height: 40px;
    padding: 0 3em;
    box-sizing: border-box;
    font-size: 1em;
    font-family: 'Roboto Light';
    color: #222;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.field input:focus {
    outline: 0;
    border-color: #1899da;
}

.field input:valid + label::before {
    content: attr(data-title);
}

.field input:focus + label::before {
    color: #1899da;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.field input[type=number] {
    -moz-appearance: textfield;
}

.login-button{
    width: 100%;
    height: 50px;
    margin: 10px auto;
    justify-content: center;
    color: #fff;
    background: #273A91;
    font-size: 1em;
    font-family: 'Roboto Light';
    margin-top: 20px;
    outline: none;
    border: none;
    border-radius: 7px;
    transition: .2s ease-in;
    cursor: pointer;
    background: linear-gradient(to bottom, #3DB4EE, #41C1FF);
}

button:hover{
	background: linear-gradient(to bottom, #52baee, #5fcaff);
}

button:active{
	background: linear-gradient(to bottom, #64c0ee, #81d4fd);
}

button:disabled{
    color: #555555;
    background: linear-gradient(to bottom, #dedede, #afafaf);
}

.sc-container:after,.sc-container:before,.sc-panel:after,.sc-panel:before,.sc-row:after,.sc-row:before,.sc-row-padding:after,.sc-row-padding:before,
.sc-cell-row:before,.sc-cell-row:after,.sc-clear:after,.sc-clear:before,.sc-bar:before,.sc-bar:after{content:"";display:table;clear:both}

.sc-col {
    float: left;
    width: 100%;
}

.sc-full-height{
    height: 100%;
}

.sc-half {
    width: 50%;
}

.sc-onethird {
    width: 33%;
}

.sc-twothird {
    width: 66%;
}

.sc-twothird {
    width: 66%;
}

.sc-centered{
    left: 25%;
    top: 25%;
    transform: translate(0%, 0%);
    position: relative;
    text-align: center;
}

.login{
    margin: 0;
    height: 90%;
    min-height: 600px;
}

.login-input {
    width: 100%;
	height: 50px;
	margin: 10px auto;
	justify-content: center;
	display: block;
	color: #000000;
	font-size: 1em;
	font-family: 'Roboto Light';
	margin-top: 20px;
	outline: none;
	border: solid 1px #C8C8C8;
	border-radius: 7px;
	transition: .2s ease-in;
	cursor: pointer;
    background: linear-gradient(to bottom, #F0F0F0, #FBFBFB);
}

.login-img{
    width: auto;
}

.login-logo-bottom{
    margin: 0;
    height: 5%;
    justify-content: center;
}

.bottom-icon{
    width: 96px;
}

.login-logo-bottom img{
    margin: auto;
}

.form{
    justify-content: center;
    width: 50%;
    display: block;
    min-width: 350px;
}

.permissiondenied{
    font-weight: 800;
    font-size: 2rem;
}

.returnToLogin{
    font-weight: 400;
    font-size: 1rem;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clientlocationnameselect{
    height: 50px;
    line-height: 50px;
    -webkit-appearance: menulist-button;
    -moz-appearance:none;
}

option {
    height: 50px;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    -webkit-appearance: menulist-button;
    -moz-appearance:none;
}

.captcha{
    margin-top: 10px;
    display: inline-block;
}

.text-center{
    text-align: center;
}

.text-result-container{
    width: 100%;
    height: 20px;
    position: relative;
    justify-content: center;
    color: #000000;
    text-align: center;
}

.text-result-container .success{
    color: #16ac5a;
}

.text-result-container .error{
    color: #ff0000;
}