﻿*{
    margin: 0;
    box-sizing: border-box;
}
.mainPage {
    height: 100vh;
    background-image: url('../../images/login_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 80px !important;
}
.pmsLoginbg {
    background-image: url('../../images/login_2.jpg') !important;
}
.mainPagePMS {
    height: 100vh;
    background-image: url('../../images/login_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.card {
    margin-top: 40px;
    background-color: rgb(255 255 255 / 65%);
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 30%);
    height: 100%;
}
.card-head {
    text-align: center;
    padding: 15px;
}
.btn-submit {
    background: linear-gradient(45deg, #ff8100, #F58220);
    color: white;
}
input[type="radio"]{
    margin-right: 10px;
}
.d-block{
    display: block !important;
}
#idSelectCountryCode {
    width: 0;
    padding: 5px 12px 5px 10px !important;
    border: none;
    background: none;
    height: 30px;
    position: relative;
    z-index: 2;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    #idSelectCountryCode::-ms-expand {
        display: none;
    }
span.dropIcon {
    position: absolute;
    left: 42px;
    font-size: 20px;
}
.p-btn-primary {
    background-color: #F58220;
    color: white;
}
.main-header {
    padding: 15px 15px;
    background-color: rgb(255 255 255 / 65%);
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 30%);
    position: fixed;
    z-index: 1;
    width: 100%;
    right: 0;
    left: 0;
    display: flex;    
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:767px){
    #cardPMSLogin{
        margin-bottom: 15px;
    }
}