@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;1,300;1,400&display=swap');


body, html { 
    margin: 0px; padding: 0px; 
    font-family: 'Nunito Sans', sans-serif!important;
    font-size:14px; line-height:26px; font-weight:lighter; 
    color: #404040; 
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body  {
    background-image: url("../assets/login.bg.jpg?3");
    
    background-repeat:repeat, no-repeat;
    background-size:cover;
    height: 100vh;
    padding-top: 150px;
}

.container {
    margin: 0 auto;
    width:90%;
    max-width: 350px;
    background-color:#ffffffff;
    padding:6em 3em;
    box-sizing: border-box;
    border-radius: 0px;
    /*box-shadow: 1px 1px 15px #303030;
    border-radius: 25px;*/
}

.intro {
    font-weight: bold;
}
.input-text, .input-password {
    padding: 5px;
    font-size: 16px;
    width:100%;
    box-sizing: border-box;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-radius: 0px;
    xbox-shadow: 0px 0px 5px rgba(66,66,66,.75);
    
}
.logo {
    margin-top:20px;
    max-width: 50%;
    width: 150px;
    margin:0 auto;
    display: block;
}

.row {padding-bottom: 8px;}
.btn-submit {
    margin-bottom: 3em;
    width:100%;
    float: right;
    box-sizing: border-box;
	
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	
}
.btn-submit:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.btn-submit:active {
	position:relative;
	top:1px;
}

.alert {
    color: red; ;
}