﻿html,
body {
    /*background-color: #d4d3d3 !important;*/
    background-color: #959392 !important;
	background-repeat: no-repeat, no-repeat, no-repeat !important;
	background-position: center !important;
	background-size: cover;
	height: 100% !important;
	width: 100%;
	overflow: hidden !important;
	font-family: "Futura Std Light" !important;
}

.row {
	margin-left: 115px !important;
    margin-right: 115px !important;
}

.login-box {
	width: 100% !important;
	height: 373px !important;
}

.login-box .login-logo img {
	width: 80px !important;
	filter: invert(100%) !important;
    margin-bottom: 5px !important;
}

.text-danger {
    margin-top: -24px !important;
    color: #ff0000 !important;
}

#lblError {
    line-height: 0 !important;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.login-card-body {
	padding: 10px 10px;
	background-color: rgba(0, 0, 0, 0.8) !important;
	color: #FFF !important;
	width: 300px !important;
    height: 373px !important;
	border-top-style: none !important;
	border-top-color: inherit !important;
	border-top-width: 0 !important;
}

.login-card-body .input-group .input-group-text {
	border-width: 2px;
	border-color: #909194 !important;
	outline-color: #909194 !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	height: 31.25px !important;
    font-size: 11px !important;
}

#userLogin {
	margin-bottom: 25px !important;
}

#passwordLogin {
	margin-bottom: 30px !important;
}

.text-white {
	color: #909194 !important;
}

.input-group {
	width: 210px !important;
	height: 31.25px !important;
}

.input-group.input-group-seamless-append>.form-control {
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 4;
	border-width: 2px;
	border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), -5px 0 8px rgba(102, 175, 233, 0.6) !important;
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	height: 31.25px !important;
}

.input-group.input-group-seamless-append>.input-group-append>.input-group-text {
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 4;
	border-width: 2px;
	border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 5px 0 8px rgba(102, 175, 233, 0.6) !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	height: 31.25px !important;
}

.form-control {
	color: #FFF !important;
	background-color: transparent !important;
}

.form-control::-webkit-input-placeholder {
	color: #ffffff;
}

::placeholder {
	color: #909194 !important;
}

input.txtUsername,
input.txtEmail,
input.txtPassword {
	font-family: "Futura Std Light" !important;
	letter-spacing: 2px !important;
	font-size: 13px !important;
	padding-left: 12px;
	border-radius: 22px;
	height: 31.25px !important;
	background: transparent !important;
	border-width: 2px;
	color: #909194;
	border-color: #909194 !important;
}

#btnSignIN {
    height: 28.25px !important;
	font-family: Verdana !important;
    font-size: 12px !important;
	margin-top: 30px !important;
	/*margin-bottom: 20px !important;*/
    border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

#sendme {
    height: 28.25px !important;
	font-family: Verdana !important;
    font-size: 12px !important;
	margin-top: 33px !important;
	margin-bottom: 25px !important;
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

#BtnOTP {
     width: 100px !important;
    height: 28.25px !important;
    font-family: Verdana !important;
    font-size: 12px !important;
    /*margin-top: 33px !important;*/
    margin-bottom: 25px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

 #BtnResend {
     width: 100px !important;
    height: 28.25px !important;
    font-family: Verdana !important;
    font-size: 12px !important;
    /*margin-top: 33px !important;*/
    margin-bottom: 25px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

#forgotLogin, #versionText {
	font-family: "Futura Std Light" !important;
	font-size: 11px !important;
	letter-spacing: 2px !important;
	margin-bottom: 22px !important;
}

.font {
	font-family: Verdana !important;
}

.display-none {
	display: none !important;
}

.login-box-card {
	font-family: "Futura Std Light" !important;
	margin-bottom: 26px !important;
	color: #909194 !important;
}

#emailLogin {
	margin-bottom: 29px !important;
}

input.txtEmailID,
input.txtOTP {
	font-family: "Futura Std Light" !important;
	letter-spacing: 2px !important;
	font-size: 13px !important;
	padding-left: 12px;
	border-top-left-radius: 22px !important;
	border-bottom-left-radius: 22px !important;
	height: 31.25px !important;
	background: transparent !important;
	border-width: 2px;
	border-color: #909194;
}

.btn-primary {
	font-family: Verdana !important;
	width: 90px !important;
	background-color: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #000000 !important;
}

.btn-primary:hover {
	background-color: #007BFF !important;
	color: #ffffff !important;
}

#log-box {
	font-size: 11px !important;
	letter-spacing: 2px !important;
}

.bg-cover {
	width: 100%;
	height: 373px;
}

.vertical .carousel-inner {
	height: 100%;
}

.carousel.vertical .carousel-item {
	-webkit-transition: 3s ease-in-out top;
	-moz-transition: 3s ease-in-out top;
	-ms-transition: 3s ease-in-out top;
	-o-transition: 3s ease-in-out top;
	transition: 3s ease-in-out top;
}

.carousel.vertical .active {
	top: 0;
}

.carousel.vertical .next {
	top: 100%;
}

.carousel.vertical .prev {
	top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
	top: 0;
}

.carousel.vertical .active.left {
	top: -100%;
}

.carousel.vertical .active.right {
	top: 100%;
}

.carousel.vertical .carousel-item {
	left: 0;
}

@media(max-width: 768px) {
    .row {
        margin: 0px !important;
    }
    .col-sm-4 {
        padding: 0 !important;
    }
    #log-box,
    .card,
    .login-card-body {
        width: 100% !important;
    }
    .col-sm-8 {
        display: none !important;
    }
}

.row-button {
    width: 215px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid #959392;*/
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}