/* Tradepoint Branding Lightning FX */
body {
	background: #0f1820;
	color:  #fff;
	font-size: 11px;
}

* {
	font-family: -apple-system, BlinkMacSystemFont, "San Francisco",
		Helvetica, Arial, sans-serif;
}

a {
    color: #00b570;
}

label {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4375em;
}

.lfx-form-row:not(.lfx-remember-row) label {
    padding: 5px 0;
    display: block;
}

input[type=text], input[type=password] {
    background-color: rgb(47, 56, 64);
    border: none;
    color: #fff;
    letter-spacing: normal;
    font-size: 11px;
    margin: 0px;
    height: 1.4375em;
    padding: 14px 8px;
    border-radius: 8px;
}

.lfx-page-header {
    padding: 30px 80px 0;
 }

.lfx-page-header-logo {
    border-bottom: 1px solid #4c545b;
    background-image: url(adss-logo.svg);
    height: 52px;
    background-repeat: no-repeat;
}

.lfx-main {
    background-image: url(bd8fcbf5c7de5ece0514.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.lfx-login-panel {
    background: #1f2831;
    padding: 40px 20px;
    width: 357px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 10px;
    border-radius: 18px;
    max-width: none;
}

.lfx-login-panel form {
    padding: 0;
}


.lfx-login-button {
    background: #00ff00;
    border: none;
    color: #000000bd;
    border-radius: 6px;
    padding: 4px 16px;
    font-size: 12px;
    font-weight: 800;
    line-height: 2.2;
}


.lfx-form-row:not(.lfx-result-msg):not(.lfx-header) > div {
    border: none;
    border-bottom: none;
    color: #fff;
    position: relative;
    margin: 0px;
    letter-spacing: normal;
    font-size: 11px;
}

.lfx-form-row:not(.lfx-header) > div::before {
    left: 0px;
    bottom: 0px;
    content: " ";
    position: absolute;
    right: 0px;
    pointer-events: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}


.lfx-result-msg {
    padding: 8px 12px;
    border-radius: 6px;
    background: #fd4e4e20;
    color: #fd4e4e;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-align: left;
}

.lfx-form-row:focus-within label {
    color: #00b570;
}

.lfx-form-row:focus-within > div::before {
    border-bottom-width: 2px;
    border-bottom-color: #00b570;
}

.lfx-disclaimer, .lfx-version {
    color: rgba(255, 255, 255, 0.64);
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
}

.lfx-logo::after {
    content: "Log in to your account";
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    margin-top: -20px;
}

.lfx-form-actions a {
    text-align: left;
    font-size: 15px;
    margin-top: 8px;
 }

.lfx-loader {
    display: inline-block;
    visibility: hidden;
}

.lfx-success-icon {
    border-color: #4abd4e;
 }

 .lfx-lock-icon {
    background-color: #1f2831;
 }
