﻿
.login-block-one .store {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.login-block-one .policy {
    text-align: left;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    top: 7px;
}

.login-block-one .foot2 {
    color: #8f9092;
    font-size: 16px;
    position: absolute;
}

.login-block-one .foot {
    color: #8f9092;
    font-size: 16px;
    position: absolute;
}

.login-block-one .foot1 {
    font-size: 1rem;
}

.login-block-one .foot:hover {
    text-decoration: underline;
}

.login-block-one .foot1:hover {
    text-decoration: underline;
}

.login-block-one .card-footerr {
    font-size: 1rem;
}

.login-block-one .anc {
    font-size: 12px;
    text-decoration: none;
    font-family: sans-serif;
}

.login-block-one .login-banner {
    background-image: url( ../login/img/loginbannerimage.jpg), url(/login/img/loginbannerimage.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}

.login-block-one .screen-fit {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}

.login-block-one .design {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0px 1px 0px #666666;
}

.login-block-one .design-sign {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0px 1px 0px #666666;
    margin-left: 1.5rem;
}

.login-block-one .containerr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.login-block-one .applebutton {
    margin-top: 0.1rem;
    width: 106px;
    max-width: 165px;
    height: 33px;
}

.login-block-one .signus-or {
    color: #747474;
}

.login-block-one .googlebutton {
    margin-top: 1px;
    border-radius: 1%;
    width: 106px;
    max-width: 165px;
    height: 33px;
}

.login-block-one label {
    color: #747474;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    height: 1rem;
}

.login-block-one .start {
    font-family: "Open Sans", sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #7C7C7C;
}

.login-block-one .pock {
    font-style: normal;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #B1B1B1;
}

.login-block-one .alert-msg {
    /*display: none;*/
    margin: 0;
    background-color: #f2dede;
    border-radius: 3px;
}

.login-block-one .sub {
    font-weight: bold;
    font-size: 0.9rem;
}

.login-block-one .forget {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: red;
}

    .login-block-one .forget:hover {
        text-decoration: underline;
    }

    .login-block-one .forget a {
        text-shadow: 1px 0px #ccc;
        color: #8f9092;
        text-decoration: none;
        font-weight: 400;
        line-height: 20px;
        font-size: 12px;
    }

.login-block-one .form-check-input:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

.login-block-one .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.login-block-one .form-switch {
    padding-left: 0rem;
}

.login-block-one .form-check {
    padding-left: 1.1rem;
}

.login-block-one .logo-hrms {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.login-block-one .oauth-button {
    background: #fff;
    color: rgba(0, 0, 0, 0.54);
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px 0;
    border-color: transparent;
    text-align: center;
    border-radius: 3px;
    width: 99%;
    height: 34px;
    padding-top: 0;
    margin-top: 0;
    -webkit-transition: background-color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    transition: background-color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
}

    .login-block-one .oauth-button:hover {
        background: #fafbfc;
    }

.login-block-one #google-icon {
    background: url(login/images/microsoft-logo.svg) 0 50% no-repeat;
}

.login-block-one .oauth-button span.icon {
    display: inline-block;
    border-radius: 1px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.login-block-one .oauth-button span.label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    color: #505f79;
    padding: 3px;
    height: 32px;
    line-height: 29px;
}

.login-mid-box {
    background-color: #FFFFFF;
    border-radius: 2px;
    /*border:0.5px solid #ccc;*/
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

/*popup microsoft*/
.audio-arrow-box {
    position: absolute;
    top: 2%;
    left: 80%;
    background: white;
    border-radius: 6px;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    width: auto;
    height: auto;
    z-index: 99;
    margin-left: 50px;
}

    .audio-arrow-box::after {
        z-index: -99;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: 0;
        bottom: 0;
        top: calc(25% - 5px);
        left: 0;
        box-sizing: border-box;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        transform: rotate(45deg);
    }

    .audio-arrow-box::before {
        z-index: 10;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: 0;
        bottom: 0;
        top: calc(25% - 5px);
        left: 0;
        box-sizing: border-box;
        border: 5px solid black;
        border-color: transparent transparent #BE4B49 #BE4B49;
        transform-origin: 0 0;
        transform: rotate(45deg);
    }

/*popup microsoft*/
.option-drop {
    background: #fafbfc;
}

.emplyee-code {
    background: #fafbfc;
}

.pass-code {
    background: #fafbfc;
}

.option-drop:focus {
    background: #ffffff;
}

.emplyee-code:focus {
    background: #ffffff;
}

.pass-code:focus {
    background: #ffffff;
}

@media screen and (min-width: 1440px) {
    .login-mid-box {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .img-fluid {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .start {
        margin-bottom: 15px;
    }

    .option-drop {
        margin-bottom: 25px !important;
        height: 40px !important;
    }

    .emplyee-code {
        margin-bottom: 25px !important;
        height: 40px !important;
    }

    .pass-code {
        margin-bottom: 25px !important;
        height: 40px !important;
    }

    .remember {
        margin-bottom: 22px !important;
    }

    .b-button-sumbit {
        margin-bottom: 22px !important;
    }

    .or-media {
        margin-top: -12px !important;
    }

    .oauth-button {
        margin-bottom: 12px !important;
    }

    .download-button-app {
        margin-top: 30px !important;
    }
}

@media screen and (min-width: 1366px) {
    .login-mid-box {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .pass-code {
        margin-bottom: 20px !important;
    }

    .or-media {
        margin-bottom: 11px !important;
    }

    .micro-button-res {
        margin-bottom: 25px !important;
    }

    .download-button-app {
        margin-top: 10px !important;
    }
}

.validation-summary-errors ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.popover {
    background: #BE4B49 !important;
}

.popover-body {
    color: #ffffff !important;
}

.bs-popover-right {
    border-bottom-color: #BE4B49;
}
