﻿.unselected-account-type {
    border: 1px solid #999999 !important;
    opacity: 0.8;
}

.selected-account-type {
    border: 2px solid #007C85 !important;
    opacity: 1;
}

.account-type:hover {
    border: 2px solid #b19540ab !important;
    opacity: 1;
}

.orlogin {
    text-align: center;
    display: block;
    /* font-weight: bold;*/
}

.or-span {
    display: block;
    margin: 5px 0;
    text-align: center;
    position: relative;
}

    .or-span:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: calc(50% - 20px);
        height: 1px;
        background: #b09341;
        top: 10px;
    }

    .or-span:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        width: calc(50% - 20px);
        height: 1px;
        background: #b09341;
        top: 10px;
    }

.no-account-span {
    display: block;
    margin: 15px 0;
    text-align: center;
    position: relative;
}

    .no-account-span:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: calc(35% - 20px);
        height: 1px;
        background: #b09341;
        top: 10px;
    }

    .no-account-span:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        width: calc(35% - 20px);
        height: 1px;
        background: #b09341;
        top: 10px;
    }

[dir="rtl"] .no-account-span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: calc(40% - 20px);
    height: 1px;
    background: #b09341;
    top: 10px;
}

[dir="rtl"] .no-account-span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: calc(40% - 20px);
    height: 1px;
    background: #b09341;
    top: 10px;
}

[dir="rtl"] .btn-m-auto, .btn-m-auto {
    width: 92%;
    margin: 0 auto;
}

.btn-m-auto-30x {
    width: 30%;
    margin: 0 auto;
}

.login-left {
    position: absolute;
    top: 30%;
    /* margin-top: -68px;*/
    /*width: 63.3968%;*/
    text-align: center;
}

.login-area {
    text-align: center;
    position: absolute;
    top: 0;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
}

.justify-content-right {
    justify-content: right !important;
}

.logo .mobile {
    display: none;
}

.select2-container .select2-selection--single {
    height: 2.1875rem !important;
}
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    [dir="rtl"] .btn-m-auto, .btn-m-auto {
        width: 100%;
        margin: 0 auto;
    }


    .no-account-span:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: calc(25% - 20px);
        height: 1px;
        background: #b09341;
        top: 10px;
    }

    .no-account-span:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        width: calc(25% - 20px);
        height: 1px;
        background: #b09341;
        top: 10px;
    }

    .login-left {
        position: static;
        left: auto;
        top: auto;
        padding-top: 30px;
        /*margin-top: 0;*/
        width: 100%;
    }

    .login-area {
        position: static;
        right: auto;
        top: auto;
        bottom: 0;
        margin-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        height: auto;
    }
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    /* some CSS here */
    .login-left {
        position: static;
        left: auto;
        top: auto;
        padding-top: 30px;
        /*margin-top: 0;*/
        width: 100%;
    }

    .login-area {
        position: static;
        right: auto;
        top: auto;
        bottom: 0;
        margin-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        height: auto;
    }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
    /* some CSS here */
}


/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    /* some CSS here */
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    /* some CSS here */
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    /* some CSS here */
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .btn-m-auto {
        width: 100%;
        margin: 0 auto;
    }

    .no-account-span:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: calc(25% - 20px);
        height: 1px;
        background: #b09341;
        top: 10px;
    }

    .no-account-span:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        width: calc(25% - 20px);
        height: 1px;
        background: #b09341;
        top: 10px;
    }
}

/* #### Desktops #### */
@media screen and (min-width: 1024px) {
    /* some CSS here */
}

.h1 {
    font-size: 1.5rem;
}

.h2 {
    font-size: 2rem;
}

.h5 {
    font-size: 1.7rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

.hidden {
    display: none !important;
}

.div-scroll {
    height: 260px;
    overflow-y: auto;
}

.modal-dialog .model-heading {
    background-color: #b09341;
}

.mt-2-2x {
    margin-top: 2.2rem !important;
}

.pl-2-2x {
    margin-top: 2.2rem !important;
}


/*.uaepass-btn:hover {
    content: url('http://dummyimage.com/100x100/eb00eb/fff');
}

*/
