@font-face {
    font-family: "Tahoma";
    src: url("../assets/css/fonts/CustomFont.woff") format("woff"),
}

.login-pg {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #9E9E9E;
}

a {
    text-decoration: none !important;
}

.forgot-psd a {
    color: #9e9e9e;
}

.login-section {
    padding: 20px;
}

.main-img-div {
    position: relative;
    top: 10%;
}

.main-img {
    width: 550px;
}

.inputContainer {
    position: relative;
    height: 3.25rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

.input {
    position: absolute;
    top: 0rem;
    left: 0rem;
    height: 100%;
    width: 100%;
    border: 1px solid #9E9E9E !important;
    border-radius: 0.325rem !important;
    font-size: 1rem !important;
    padding: 0.625rem 1.25rem !important;
    background: none;
    z-index: 1;
    outline: none !important;
    box-shadow: none !important;
}

input:focus, .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.label {
    position: absolute;
    top: 0.838rem;
    left: 0.938rem;
    padding: 0 4px;
    background-color: white;
    color: #9E9E9E;
    font-size: 1rem;
    transition: 0.5s;
    z-index: 2;
}

.input:focus + .label {
    top: -0.625rem;
    left: 0.938rem;
    z-index: 10;
    font-size: 0.875rem;
    font-weight: 500;
    color: #007ACC;
    outline: none !important;
    box-shadow: none !important;
}

.input:not(:placeholder-shown) + .label {
    top: -0.625rem;
    left: 0.538rem;
    z-index: 10;
    font-size: 0.775rem;
}

.input:focus {
    border: 2px solid #007ACC;
    outline: none !important;
    box-shadow: none !important;
}

.mr-btm {
    margin-bottom: 6px;
}

span.forgot-psd {
    float: right;
    position: relative;
    ;
}

.logo-img {
    padding: 0.5rem 0rem;
}

.logo p {
    color: #9E9E9E;
    font-size: 1.02rem;
    font-weight: 600;
}

.btnbox .fullwidthbtn {
    align-items: center;
    background-color: #007ACC;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 45px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.fr-psd-div label {
    color: #9E9E9E;
}

.sp-line {
    line-height: 3rem;
}

    .sp-line input {
        vertical-align: middle;
    }

.sp-line-2 {
    line-height: 1.5rem;
}

.login-content {
    position: relative;
    top: 20%;
}

.ftr-top {
    top: 60px;
    position: relative;
}

.error .input {
    border-color: #FF5370 !important;
    outline: none !important;
}

.error label {
    color: #FF5370;
}

.error .input:focus + .label {
    color: #FF5370;
}

a {
    color: #007ACC;
    text-decoration: none;
}

.forgot-psd a:hover {
    color: #007ACC
}

.fr-psd h2, .fr-psd p {
    color: #292929;
    line-height: 36px;
}

.fr-psd p {
    font-size: 16px;
}

.forget-ps-con {
    top: 35%;
}

.psd-request {
    color: #292929;
    text-align: center;
    padding-bottom: 20px;
}

    .psd-request p {
        padding-top: 20px;
        color: #292929;
    }

    .psd-request a {
        color: #292929;
    }

.reset-psd {
    color: #292929;
    padding-bottom: 15px;
}

.password-req {
    top: 45%
}

.tm {
    color: #9e9e9e;
    font-size: 15px;
    vertical-align: super;
    font-weight: 600;
}

.log-360 {
    color: #D42B39;
}

.log-fnt {
    color: #007ACC;
    font-weight: 800;
    font-size: 2rem;
}

.psd-request h2, .reset-psd h2 {
    font-size: 2rem;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .ftr-top {
        top: 80px;
    }
}

@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
    .ftr-top {
        top: 120px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .ftr-top {
        top: 80px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}
