/* CSS Document */


/**************************** 
External Stylesheets
*****************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap');
@import url('https://cdn.lineicons.com/1.0.1/LineIcons.min.css');


/**************************** 
Normalize
*****************************/
html {
	height:100%;
}

body.loginbody {
	margin:0 auto;
	padding:0;
	font-family: "Roboto", sans-serif !important;
	font-size:16px;
	height:93.5%;
}
body.loginbody a {
	text-decoration:none;
}

body.loginbody input, body.loginbody button, body.loginbody select, body.loginbody textarea {
	font-family: "Roboto", sans-serif !important;
}
.ftt-login-wrapper{
	background:url(../images/ftt-loginBg.jpg) no-repeat center center !important;
	background-size:cover!important;
	height:100%;
	margin: 25px 45px 25px 25px;
	 border-radius: 60px 60px 40px 20px;
}

/**************************** 
Login Page
*****************************/

.logindiv {
    position: fixed;
    top: 50%;
    left: auto;
    transform: translate(0%, -50%);
    width: 470px;
    right: 0;
}
.loginlogo {
	text-align:center;
	margin-bottom:20px;
}
.loginform {
	background:rgba(30,25,34, 0.8);
	padding:25px 45px;
	border-radius:60px  0 0 60px;
}
.loginform p {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}

.loginlanguage {
	width:100%;
	background:transparent;
	border-radius:13px;
	padding: 0 10px 0 45px;
	border:solid 1px rgba(240,237,255,0.8);
	height:52px;
	line-height:52px;
	margin-bottom:10px;
	box-sizing:border-box;
	font-size: 14px;
	color:#ffffff;
	font-family: "Roboto", sans-serif !important;

}
.loginlanguage option {
	color: #000000;
}

.loginusername, .loginpassword {
width:100%;
	background:transparent;
	border-radius:13px;
	padding: 0 10px 0 45px;
	border:solid 1px rgba(240,237,255,0.8);
	height:52px;
	line-height:52px;
	margin-bottom:10px;
	box-sizing:border-box;
	font-size: 14px;
	color:#ffffff;
	font-family: "Roboto", sans-serif !important;

}
.loginform .field-row {
	position: relative;
	margin: 0 0 10px 0;
}
.loginform .field-row img {
	position: absolute;
    top: 14px;
    left: 12px;
}
.loginusername::placeholder, .loginpassword::placeholder {
	color:#ffffff;
}


.loginrememberforget {
	overflow:hidden;
	margin-bottom:20px;
}
.loginremember {
	width:45%;
	float:left;
	position: relative;
padding-left: 25px;
font-size:14px;
color:#202020;
line-height:22px;
}
.loginremember input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.loginremember .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background:#efefef;
  /*border:solid 1px;*/
  border-radius:3px;
}

/* On mouse-over, add a grey background color */
.loginremember:hover input[type=checkbox] ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a grey background */
.loginremember input[type=checkbox]:checked ~ .checkmark {
  background-color: #efefef;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.loginremember input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.loginremember .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #1a3665;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loginforget {
	width:45%;
	color: #ffffff;
	float:right;
	text-align:right;
	font-size:14px;
	line-height:22px;
}

.loginsubmit {
	width:35%;
	height:52px;
background: linear-gradient(to right,  #002ead 0%,#001663 100%);
	color:#ffffff;
	border-radius:13px;
	border:none;
	font-size:14px;
		cursor:pointer;
		font-weight: 500;
		text-transform: uppercase;
		margin:30px auto 10px auto;
		display: flex;
    justify-content: center;
    align-items: center;
}
.input-icon {
	position:absolute;
	font-size:22px;
	margin-top:15px;
	margin-left:10px;
	padding-right:10px;
	border-right:solid 1px #777777;
}

.toggle {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 21px;
    background-color: gray;
    border-radius: 16px;
    border: 0;
    cursor: pointer;
    line-height: 21px;
    color: #ffffff !important;
    font-size:12px !important; 
    padding:0 10px;
}
.toggle label {
  color: #ffffff;
  font-size: 12px !important; 
  font-weight: 400 !important; 
}
        
.toggle:after {
    content: '';
    position: absolute;
    width: 12px;
    height:12px;
    border-radius:100%;
    background-color:  #000000;
    top:5px;
    inset-inline-start: 5px;
    transition: all 0.5s;
}
.toggle p {
     margin: 0;
    padding: 0;
    padding-inline-start: 35px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    color: #ffffff;
}

.checkbox:checked + .toggle::after {
          inset-inline-start: 17px;
    background-color: #ffffff;
}

.checkbox:checked + .toggle {
    background-color: #002EAD;
}
.checkbox {
    display: none;
}
.loginform input:-webkit-autofill,
.loginform input:-webkit-autofill:hover,
.loginform input:-webkit-autofill:focus,
.loginform input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
.loginforget a {
	 font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline !important;
}
.loginrememberforget {
    display: flex;
    justify-content: space-between;
}
.loginform #errorDiv {
	font-size: 13px;
	font-weight: 400;
	color: #ff2514;
	margin: 0 0 3px 0;
}