@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli.eot');
    src: url('../fonts/muli.eot?#iefix') format('embedded-opentype'), url('../fonts/muli.woff2') format('woff2'), url('../fonts/muli.woff') format('woff'), url('../fonts/muli.ttf') format('truetype'), url('../fonts/muli.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway', sans-serif;
    src: url('../fonts/raleway.eot');
    src: url('../fonts/raleway.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway.woff2') format('woff2'), url('../fonts/raleway.woff') format('woff'), url('../fonts/raleway.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    background-color: #fff;
}
.bmd-form-group .bmd-label-floating, .bmd-form-group .bmd-label-placeholder {
    top: 34px;
}
.bmd-form-group .bmd-label-static, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group .is-filled .bmd-label-floating, .bmd-form-group.is-focused .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating {
    top: 0px;
    left: 0;
    font-size: 14px;
    margin-bottom: 0px;
}
.bg-box {
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin: 0 auto;
}
.formContainer .form {
    width: 360px;
    margin: 0;
    top: calc((100vh - 421.43px)/2);
    background-color: #fff;
}
.userIcon > .inputIconLabel,
.passwordIcon > .inputIconLabel {
    color: #ec5327;
    color: #ec5327;
    position: absolute;
    font-size: 20px;
    left: 0;
    bottom: 15px;
    overflow: hidden;
}

.userIcon > label,
.passwordIcon > label,
.userIcon > input,
.passwordIcon > input {
    padding-left: 45px;
    padding-bottom: 15px;
    padding-top: 0px;
    font-size: 16px;
}

.buttonCustom {
    border-radius: 30px;
    border: 2px solid #ec5327 !important;
    color: #ec5327;
    padding: 15px 40px;
    text-transform: capitalize;
}
.is-focused .custom-file-control,
.is-focused .form-control{
    background-size: 100% 100%, 100% 100%;
    transition-duration: .3s;
    background-image: none;
    border-bottom: 1px solid #01b4bb;
}
#viewPassword {
    position: absolute;
    float: right;
    right: 5px;
    bottom: 20px;
    cursor: pointer;
    width: 30px;
    height: 18px;
    object-fit: contain;
    background-image: url("../images/viewPasswordIcon.svg");
    margin-bottom: 0px;
    background-size: 30px 18px;
}
#viewPassword.toggleIcon {
    background-image: url("../images/viewPasswordIconOrange.svg");
}
.loginButton {
    width: 135px;
  height: 60px;
  border-radius: 31.3px;
  border: solid 2px #fc6525;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fc6525;
  text-transform: capitalize;
}
.loginButton:hover, .loginButton:focus{
    background-color: #fc6525;
    color: #fff;
}
.loginBg > img {
    object-fit: cover;
}
.invalid-feedback {
    /* display: block; */
    font-size: 14px;
    font-weight: normal;
    color: #e71a1a;
    margin-top: 0;
    position: relative;
    top: 8px;
}
.invalidField{
    border-bottom: solid 1px #e71a1a;
}
.loginBgImage {
    width: 100%;
}
.loginHeaderTitle .Login {
    margin-bottom: 10px;
}
.loginHeaderTitle .Hello-lets-get-star {
    margin-bottom: 60px;
}
.userIcon, .passwordIcon {
    margin-top: 30px;
    margin-bottom: 0px
}
.userIcon{
    margin-top: 0px
}
.loginbtnForm {
    margin-top: 60px;
    margin-bottom: 0px
}
.input-box {
    position:relative;
}
.fake-input {
    width: 100%;
    Position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0px;
    padding-left: 45px;
    font-size: 16px;
    border-bottom: 1px solid #cbcdce;
}
.fake-input.focus{
    border-bottom: 1px solid #01b4bb;
}
input.real-input {
    opacity:0;
}
input.real-input.opacityOnOff{
    opacity:1;
}
.form-control{
    background-image: none;
    border-bottom: 1px solid #cbcdce;
}
@media only screen and (max-width: 1024px) {
    .loginBg {
        width: 100% !important;
        height: 100%;
    }
    .loginBgImage {
        width: 100%;
        /* height: 100%; */
    }
    .bg-box {
        height: 100%;
    }
    .formContainer {
        position: absolute;
        overflow: hidden;
        margin: 0;
        top: 10%;
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        width: 90% !important;
        left: 5%;
    }

    .formContainer .form {
        background-color: #fff;
        margin-top: 80px !important;
        background-color: rgba(255, 255, 255, .9);
        margin-top: 80px !important;
        border-radius: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        top: auto;
        -ms-transform: initial;
        transform: initial;
        margin: initial;
        margin-top: 0 !important;
        width: 100%;
    }

    .formContainer .form .loginHeaderTitle {
        padding-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .mbw-100 {
        width: 100% !important;
    }

    .loginButton {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }
}
