
html, body {
    background: #2D48C5 none repeat scroll 0 0;
    color: #606060;
	font-family: "Manrope", sans-serif;
    font-size: 13px;
    letter-spacing: -0.2px;
    padding: 0;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	background-color: #c3cbdc;
background-image: linear-gradient(147deg, #c3cbdc 0%, #edf1f4 74%);


}
a {
    color: #0094d9;
    text-decoration: none;
}
a:hover {
}
a {
    outline: medium none;
}
:-moz-any-link:focus {
		background:rgba(255,255,255,0.1)
}
:-moz-any-link:focus {
    outline: medium none;
	background:rgba(255,255,255,0.1)
}
p {
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.login_container {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}
.login_elements {
    padding: 0 20px 20px;
}
.login_elements .btn-danger {
    background-color: #fd6a3c;
    border-color: #c1522f;
    color: #fff;
    padding: 10px 60px !important;
    border-radius: 40px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 16px;
    font-weight: 600;
}
.login_elements h2
{
	text-align:center;
		font-family: 'Titillium Web', sans-serif;
		text-transform:uppercase;
		color:#666;
		font-weight:400;
		font-size:16px;
}
.login_container .input-group {
    margin-bottom: 10px;
}
.loginmodal-container {
    border-radius: 0;
    border-bottom: 0;
    margin:auto 0;
    width: 350px;
    overflow: hidden;
    padding: 0;
    width: 100% !important;
}
.login_logo {
    background: #white none repeat scroll 0 0;
    
    padding: 30px 15px 25px;
    text-align: center;
}
.login_logo img
{
	width:180px;
	height:Auto;
}
.form-control {
    padding: 6px 10px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 40px !important;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 20%);
    color: #555;
    font-size: 16px;
    letter-spacing: -1px;
}
.form-control::placeholder 
{
	color:#999;
}
.form-control:focus
{
	border-color:#fd6a3c;
		background:#fff
}
.btn {
    padding: 5px 20px;
	position:relative;
	display:block;
	margin:0 auto;
}
.login_container p {
    color: #f7f7f7;
	font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    margin-top: 11px;
    text-align: center;
   
}
.login_container a {
    display: inline-flex;
    height: 27px;
    margin-top: 8px;
    padding: 5px 10px;
    position: relative;
	color:#fff;
}


.login_container .fv-form-bootstrap .help-block {
    margin-bottom: 10px;
}
.login_lang {
    border-bottom: 1px solid #dedede;
    height: 35px;
}
.current {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: #dedede #dedede -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    padding: 5px 10px;
	font-weight:bold;
}

.hour
{
	font-weight:700;
	text-align:center;
}
@media screen and (max-device-width: 780px)
{
	body
	{
		max-width:100%;
        min-width: 100%;
	}
}