

.navbar-main {
	background: #3b5998;
	width: 100%;
	height: 40px;
	padding: 8px;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.navbar-main img {
    width: 40px;
    float:left;
    color:white;
    display: block;
    margin-top:-8px;
    margin-left:-6px;
    margin-right:-20px;
}
.navbar-main-text {
    color: #fff;
	font-size: 15px;
	font-family: Roboto;
	text-align: center;
	margin-top:5px;
	margin-left:-18px;
}
.navbar-alert-main {
    width: auto;
    padding: 5px;
    background: #FFECE8;
    border: 2px solid #E76847;
    color:#000;
    font-size: 13px;
    font-family: system-ui;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 10px;
}
.content-box-main {    
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.content-box-main img {
    width: 50px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    display: block;
}
.txt-login-main {
    width: 270px;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    padding: 5px;
    color: #5D5E62;
    font-size: 14px;
    font-family: Roboto;
    text-align: center;
    display: block;
}
.txt-login-alert {
    width: 270px;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 8px;
    color: #818286;
    font-size: 13px;
    font-family: Roboto;
    text-align: center;
    display: block;
}
.form-group-main {
	width: 100%;
	height: auto;
}
.form-group-main input {
	background: #fff;
	width: 100%;
	height: auto;
	margin-left: -1px;
	padding: 12px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	border: 1px solid #bdbebf;
	cursor: pointer;
	outline: none;
}
.form-group-main input:nth-child(1) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.form-group-main input:nth-last-child(1) {
	border-top: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.form-group-main input::placeholder {
	color: #767676 !important;
}
.form-group-main .login-form-shid {
	width: 70px;
	height: auto;
	margin-left: 70.5%;
	margin-top: 1%;
	padding: 11px;
	color: #1778f2;
	font-size: 14px;
	font-family: Roboto;
	text-align: center;
	text-transform: uppercase;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	z-index: 9999999;
	cursor: pointer;
}
.btn-login-main {
	background: #777778;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-left: -1px;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-family: Roboto;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #75787c;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	outline: none;
	display: block;
}
.main-txt-footer {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0px;
    color: #848586;
    font-size: 13px;
    font-family: Roboto;
    text-align: center;
}
.main-txt-footer a {    
    color: #4E6EA9;    
}
.main-txt-footers {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding: 0px;
    margin-left: -2px;
    color: #848586;
    font-size: 11px;
    font-family: Roboto;
    text-align: center;
}
.main-txt-footers a {    
    color: #7B93B5;    
}
.popup-box-login-main {
	background:#FFF;
	max-width:330px;
	height:auto;
	position:relative;
	margin:50px auto;
	margin-top:1.9%;
	text-align:center;
	font-family:'Teko';
	color:#000;
	border-radius:10px;
}
.close-main {
	background: #3b5998;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	position: absolute;
	display: block;
}
.close-main i {
	padding-top: 3px;
}
@media only screen and (max-width:600px) {
.popup-box-login-main {
    margin-top: 10%;
}
}