body { padding: 0; margin: 0; font-size: 14px; font-weight: normal; line-height: normal; }
* { font-family: "Montserrat", sans-serif; }
img { max-width: 100%; }
a:hover, a:focus, a:visited { outline: none; text-decoration: none; }
ul { margin: 0; padding: 0; list-style-type: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; }

/*COMMON CSS*/
.danger-color { color: #FF7600; }
.danger-color:hover { color: #FF7600; }
.back-button { display: inline-block; margin-bottom: 30px; font-weight: 500; }
.back-button:hover { color: #FF7600; }
.back-button .icon-left-arrow { margin-right: 5px; }
.validation-error { color: #FF7600; position: relative; top: -15px; font-size: 14px; margin-bottom: 10px; }

/*LOGIN PAGE*/
.login-container { min-height: 100vh; display: flex; align-items: center; justify-content: center; background-image: url(../../images/bg.png); background-color: #222324; background-size: cover; background-position: center bottom; }
.login-inner-container { padding: 50px 0px; }
.login-form { padding-top: 60px; }
.login-form-title { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 35px; }
.login-form-guide { font-size: 15px; color: #fff; font-weight: 400; line-height: 20px; margin-bottom: 20px; }
.login-form .form-control { background-color: rgba(255, 255, 255, 0.11); border-radius: 4px; border: none; margin-bottom: 20px; min-height: 35px; color: #fff; font-size: 15px; font-weight: 400; box-shadow: none; }
.login-form .form-control::placeholder { color: #fff; opacity: 1; /* Firefox */ font-size: 15px; font-weight: 400; }
.login-form .form-control:-ms-input-placeholder { color: #fff; font-size: 15px; font-weight: 400; }
.login-form .form-control::-ms-input-placeholder { color: #fff; font-size: 15px; font-weight: 400; }
.form-element-container { width: 100%; max-width: 230px; }
.form-submit-btn { width: 100%; border-radius: 20px; border: 2px solid #fff; background: transparent; font-weight: 600; font-size: 15px; color: #ffffff; padding: .375rem .75rem; display: inline-block; text-align: center; vertical-align: middle; line-height: 1.5; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.form-submit-btn:hover, .form-submit-btn:focus, .form-submit-btn:active { background-color: #000 !important; color: #fff !important; border-color: #000 !important; box-shadow: none !important; }
.forgot-password-text { display: inline-block; margin-top: 20px; font-weight: 600; font-size: 15px; line-height: 19px; }

/*FORGOT PASSWORD PAGE*/
.forgot-password .login-form-title { margin-bottom: 20px; }

/*AUTORISED PAGE*/
.authorise .login-form-title { margin-bottom: 20px; }
.authorise .login-form-guide { margin-bottom: 48px; }
.authorise .login-form .form-control { margin-bottom: 30px; }
.login-form .error.invalid-feedback { position: relative; top: -15px; font-size: 14px; }
@media screen and (max-width:1600px) {
    .authorise .login-form-guide { margin-bottom: 30px; font-size: 13px; }
    .form-submit-btn { font-size: 13px; padding: 6px 20px; }
}





.logo a:first-child { display: none; }