/* Background Image Media Queries */
/*
body.login {
	background-image: url('../img/zlg_640x700.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width: 640px){
	body.login {
		background-image: url('../img/zlg_960x700.jpg');
	}
}	
@media screen and (min-width: 960px){
	body.login {
		background-image: url('../img/zlg_1200x900.jpg');
	}
}	
@media screen and (min-width: 1200px){
	body.login {
		background-image: url('../img/zlg_1600x950.jpg');
	}
}	
@media screen and (min-width: 1600px){
	body.login {
		background-image: url('../img/zlg_2000x1050.jpg');
	}
}
*/

body.login{
    background-image: none !important;
    background-color: #00516f !important
}
.login .uk-width-medium.uk-padding-small.uk-position-z-index.uk-scrollspy-inview.uk-animation-fade {
    width: 456px;
    height: 573px;
}
.login form.toggle-class {
    background-color: #00516f;
    padding: 30px;
    border-radius: 5px
}
.login .toggle-class .uk-margin-bottom {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to right, #dc3545 1%, #dc3545 100%);
}
.login .toggle-class button.uk-button.uk-button-primary.uk-border-pill.uk-width-1-1 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: center;
    color: rgb(35, 47, 62);
}
.login input.uk-input.uk-border-pill {
    border-radius: 10px;
    border: solid 1px rgb(112, 112, 112);
    background-color: transparent !important;
    padding: 0 50px !important;
}
.login input.uk-input.uk-border-pill::placeholder{
    color: #999 !important;
}
.login .uk-form-icon-flip{
    right: 0!important;
    left: auto !important;
    margin: 0 15px !important
}
.login .uk-text-center img {
    width: 250px;
    margin: 25px 0;
}
.login button.uk-button.uk-button-primary.uk-border-pill.uk-width-1-1 {
    background-color: transparent !important; 
}

