
body {
	height: 100%;
	background-color: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-size: 14px;
}
button {
	width: 100%;
	padding: 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	border-radius:4px;
  	background-color: #378e3c;
 	margin: auto;
  	line-height: 1;
  	border: 1px solid #388E3C;
}
a, a:hover, a:active {

}
button:hover {
  background-color: #18500E;
  border: 1px solid #18500E;
  color: #fff;
}
button.google-signup {
    width: 100%;
    padding: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #378e3c;
    cursor: pointer;
    border-radius:4px;
    background-color: #378e3c1c;
    margin: auto;
    line-height: 1;
    border: 1px solid #378e3c1c;
}
button.google-signup:hover {
  background-color: #378e3c;
  border: 1px solid #378e3c;
  color: #fff;
}
/*----------------------*/
hr {
	height:1px;
	border-width:0;
	color:#ffffff1c;
	background-color:#ffffff1c; 
	max-width:360px;
}

hr.divider {
    overflow: visible;
    padding: 0;
    margin: 24px;
    border: none;
    border-top: 1px solid #e0e0e0;
    color: #6e6d7a;
    text-align: center;
}
hr.divider:after {
    content: 'Or';
    display: inline-block;
    position: relative;
    top: -7px;
    font: normal 14px/14px "Montserrat", sans-serif;
    padding: 0 16px;
    background: #fff;
}
/* ---------------------*/
.font-size-10 {
    font-size: 10px;
}
.font-size-8 {
    font-size: 8px;
}

/*---------------------------*/
.ab-p-8 {
	padding: 8px
}
.ab-p-16 {
	padding: 16px;
}
.ab-p-top-8 {
	padding-top: 8px;
}
.ab-p-top-16 {
	padding-top: 16px;
}
.ab-p-top-24 {
	padding-top: 24px;
}
.ab-p-top-32 {
	padding-top: 32px;
}
.ab-p-top-40 {
	padding-top: 40px;
}
.ab-p-top-64 {
	padding-top: 64px;
}
.ab-p-top-80 {
	padding-top: 80px;
}

#alertbox-login-bg {
	height: 100%;
	width: 100%;
	background-image: url(../../assets/images/login/login_bg_1.svg);
	background-position: ;
  	background-repeat: no-repeat;
 	background-size: cover;
 	

}
.alertbox-login{
	margin: auto;
	display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.login-bg {
    max-width: 320px;
    height: 100%;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;   
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);   
    border-radius: 8px;
    position: relative;
    background: inherit;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(5px);
}

.login-bg:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(50px);
    margin: -20px;
}
.login-content {
	width: 80%;
}
.flex {
	display: flex;
}
.username {
	text-align: left;
	padding: 8px 0;
}
.user {
	padding: 8px 0;
	font-weight: 600;
}
.std_textbox {
	border: 1px solid #bebebe;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
    padding: 8px;
    margin: auto;
    border-radius: 4px;
    width: 94%;
    background: transparent;
    -khtml-border-radius: 4px;
    box-shadow: none;
    outline: 0;
}
.password {	
    padding: 8px;
    border: 1px solid #bebebe;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
}
.forgot-password {
	text-align: center;
	font-weight: 500;

}
.signup {
	text-align: center;
	font-weight: 500;
}
.google-play-badge {
	margin: 0;
	width: 65%;
}


