/**{
    padding: 0;
    margin: 0;
    font-family: Verdana;
}

body {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../assets/images/Wave-10s-1960px.png') no-repeat bottom;
}

.crmLogin-main{
    width: 60%;
    height: 600px;
    border-radius: 15px;
    box-sizing:border-box;
    box-shadow: 0 0 13px gray;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
.crmLogin-thumb {
    background: url('../assets/images/Online_Registration_Illustration_vector_concept_generated.jpg') no-repeat center;
    width: 48%;
    height: 100%;
    background-size: cover;
}
.Login-form-user{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.Login-form-user strong{
    font-size: 2rem;
    padding: 10px 0;
}

.crmLogin-form {
    width: 52%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.Login-form-title{
    padding: 13px 0;
    margin-bottom: 18px;
}

.Login-form-title strong{
     font-size: 1.2rem;
    color: #4e4e4e;
    font-weight: bold;
 }
.crmLogin-inputs{
    width: 100%;
    padding: 0 20px;
}
.crmLogin-inputs form{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 28px;
    box-sizing: border-box;
}

.crmLogin-inputs form input[type=text] , .crmLogin-inputs form input[type=password] , .crmLogin-inputs form input[type=submit]{
    margin: 6px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.1rem;
    padding: 12px 12px;
    border-radius: 25px;
    border: 2px solid lightslategray;
    outline: none;
}
.crmLogin-inputs form input[type=submit]{
    margin-top: 25px;
    cursor: pointer;
    background-color: #713CD9;
    color: #fff;
    border-color: #713CD9;
}
.crmLogin-inputs form input[type=submit]:hover{
    background-color: #6330ca;
}
.crmLogin-inputs form input:focus{
    border-color: #14a514;
}
.crmLogin-remember{
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    padding: 5px 12px;
    color: #4e4e4e;
}
.crmLogin-remember .remember{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.crmLogin-remember .remember input{
    margin-right: 5px
}
.crmLogin-remember .forgot a{
    color: #4F057A;
    text-decoration: none;
}
.crmLogin-inputs .create_account{
    margin-top: 20px;
    margin-left: 25px;
    font-size: 0.8rem;
    display: flex;
    text-align: left;
}
.btn-group {
    position: absolute;
    top: 0rem;
    right: 0.5rem;
    text-align: right;
}
.dropdown-menu {
    list-style-type: none;
    box-shadow: 0px 0px 7px -1px #0000003d;
    margin-top: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dropdown-toggle {
    outline: none;
    border: none;
    cursor: pointer;
    background: #ffffff;
    border-radius: 5px;
    padding: 0.5rem 0rem;
    box-shadow: 0px 0px 7px -1px #0000003d;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
    .dropdown-toggle span {
        color: #353535;
        margin: 0 0.6rem 0 0.6rem;
    }
.dropdown-menu li {
    background: #fbfbfb;
    padding: 0.9rem 0.8rem;
}
.dropdown-menu li:hover {
    background: #eeeeee;
}
.dropdown-menu li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 0.84rem;
}
.dropdown-menu li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
    
.hide {
    display: none;
}




@media screen and (max-width: 1200px){
    .crmLogin-main{
        flex-direction: column;
        width: 75%;
        height: 90vh;
        margin: auto;
    }
    body{
        box-sizing: border-box;
        display: block;
        padding: 50px 0;
    }
    .crmLogin-thumb , .crmLogin-form{
        width: 100%;
    }
    .crmLogin-thumb svg{
        width: 80px;
        height: 80px;
    }
    .dropdown-toggle span{
        display: none;
    }
    .dropdown-toggle img{
        margin: 0 0.5rem;
    }
    .dropdown-menu li a span{
        display: none;
    }
    .dropdown-menu li {
        display: flex;
        justify-content: center;
        padding: 0.9rem 0rem !important;
    }
}

@media screen and (max-width: 400px){
    .crmLogin-thumb{
        display: none;
    }
    .crmLogin-main{
        padding: 20px 0;
    }
    .Login-form-user strong{
        font-size: 1.2rem;
    }
    .Login-form-title strong{
        font-size: 1rem;
    }
    .crmLogin-inputs form input[type=text] , .crmLogin-inputs form input[type=password] , .crmLogin-inputs form input[type=submit]{
        margin: 6px 0;
        width: 100%;
        box-sizing: border-box;
        font-size: 1rem;
        padding: 9px 12px;

    }
    .crmLogin-inputs form{
        padding: 0;
    }
}*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Libre+Baskerville&family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niramit:wght@200&display=swap');


div.loginBackground {
    background-image: url('../Img/loginCrmBackGround.svg');
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.vegaCrmLoginForm {
    width: 40vw;
    height: 70vh;
    position: absolute;
    top: 10%;
    left: 20%;
    background-color: rgb(0 0 0 / 25%);
    border-radius: 10px;
    backdrop-filter: blur(6px);
    box-shadow: 2px 2px 10px #000000cf;
    padding: 25px;
}

.crmLoginInputs {
    background-color: #0000001c !important;
    border: none;
    outline: none;
    height: 47px;
    width: 50%;
    margin: 5px 0px;
    border-radius: 8px;
    padding: 0px 10px;
    color: #f5f5f5eb !important;
}
.vegaCrmLoginForm form{
    width:100%;
}
.vegaCrmLoginForm form>div {
    display:flex;
    justify-content:center;
    align-items:center;
}
.vegaCrmLoginBtn > input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    color: #f5f5f5cc;
}  

    .crmLoginInputs:hover {
        -webkit-box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 75%);
        box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 75%);
    }

.crmLoginInputs:-webkit-autofill,
.crmLoginInputs:-webkit-autofill:hover,
.crmLoginInputs:-webkit-autofill:focus {
    -webkit-text-fill-color: #f5f5f5eb !important;
    transition: background-color 5000s ease-in-out 0s;
}
    .crmLoginInputs:focus {
        -webkit-box-shadow: 0px 0px 8px -1px #e9ecef;
        -moz-box-shadow: 0px 0px 8px -1px #e9ecef;
        box-shadow: 0px 0px 8px -1px #e9ecef;
    }

.vegaCrmLoginBtn {
    width: 30%;
    height: 50px;
    border-radius: 8px;
    background-color: #8b9ad96e;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.vegaCrmLoginForget {
    color: #f5f5f5cc;
}

.loginInputContainer > form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .loginInputContainer >form> p {
        position: absolute;
        top: -32px;
        width: 50%;
        text-align: left;
    }

    .vegaCrmLoginForm h3, .loginInputContainer>form> p, .signUpContainer {
        color: #f5f5f599 !important;
    }

.vegaCrmLoginForm h3 {
    font-family: 'Niramit', sans-serif;
    font-size: 2.75rem !important;
}

.loginInputContainer {
    height: 130px;
}

    .loginInputContainer>form > span {
        width: 50%;
        position: absolute;
        top: 126px;
        text-align: left;
        padding: 0px 10px;
    }

    .loginInputContainer > form > div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .loginInputContainer > form > div > i {
            margin-right: 16px;
            color: #f5f5f5 !important;
        }

.signUpContainer {
    position: absolute !important;
    bottom: 20px;
    left: 10px;
    font-size: 14px;
}

.signUpBtn {
    padding: 6px 10px;
    background-color: #8b9ad96e;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 12px;
}

.vegaCrmLogTitle {
    position: absolute;
    top: 35px;
    left: 50px;
    color: #f5f5f5cc;
    font-family: 'Poiret One', cursive;
    font-size: 50px;
}

#meteor2 {
    top: -2px;
    right: 5px;
    font-size: 24px;
    z-index: 99;
    color: #8b9ad96e;
    position: absolute;
}

#meteor {
    top: -25px;
    right: 5px;
    z-index: 99;
    color: #8b9ad96e;
    position: absolute;
}


#meteor3 {
    top: 8px;
    right: -17px;
    font-size: 18px;
    z-index: 99;
    color: #8b9ad96e;
    position: absolute;
}

#satellite {
    top: -7px;
    right: -34px;
    font-size: 23px;
    color: #8b9ad96e;
    position: absolute;
}

.lock {
    background: #e9e0e0;
    border-radius: 3px;
    width: 16px;
    height: 12px;
    margin-right: 16px;
    position: relative;
}

    .lock:before {
        content: "";
        display: block;
        position: absolute;
        border: 2px solid #e9e0e0;
        top: -8px;
        left: 2.3px;
        width: 12px;
        height: 15px;
        border-radius: 35px 35px 0 0;
    }


@media screen and (max-width: 1500px) {
    .vegaCrmLoginForm {
        width: 44vw;
        left: 28%;
    }
}

@media screen and (max-width: 1150px) {
    .vegaCrmLoginForm {
        top: 18%;
    }
}

@media screen and (max-width: 950px) {

    .vegaCrmLoginForm {
        width: 64vw;
        left: 21%;
    }
}

@media screen and (max-width: 950px) {
    .vegaCrmLoginForm {
        width: 80vw;
        left: 13%;
    }

    #satellite, #meteor, #meteor2, #meteor3 {
        display: none;
    }

    .vegaCrmLogTitle {
        
        display: block;
        text-align: center;
    }

    .crmLoginInputs, .loginInputContainer>form > p, .loginInputContainer>form > span {
        width: 75%;
    }
}

@media screen and (max-width: 450px) {
    .vegaCrmLogTitle {
        font-size: 35px;
    }

    .vegaCrmLoginForm {
        top: 14%;
    }

        .vegaCrmLoginForm h3 {
            font-size: 1.75rem !important;
        }

    .vegaCrmLoginForm {
        font-size: 12px;
    }

    .vegaCrmLoginBtn {
        width: 74%;
        height: 40px;
        line-height: 40px;
    }
    
    .signUpContainer {
        font-size: 11px;
    }

    .signUpBtn {
        padding: 5px 7px;
        font-size: 10px;
    }
}

@media screen and (max-width: 350px) {
    .vegaCrmLogTitle {
        position: absolute;
        text-align: center;
        left: 6%;
        z-index: 888;
    }

    .vegaCrmLoginForm {
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0 !important;
    }

    .loginWelconeTitle {
        margin-top: 80px;
    }
}




/*////////////////////height responsive////////////////////////*/
@media screen and (max-height: 750px) {
    @media screen and (max-width: 1088px) {
        .vegaCrmLoginForm {
            width: 80vw;
            left: 13%;
        }

        #satellite {
            top: 6px;
            right: 336px;
        }

        .vegaCrmLogTitle {
            width:100%;
            display: block;
            text-align: center;
            left:0;
            top:15px;
            z-index:99999;
        }

        .crmLoginInputs, .loginInputContainer > form > p, .loginInputContainer > form > span {
            width: 75%;
        }
    }  
.vegaCrmLoginForm{
    height: 86vh;
    top: 8%;
    }
    
}
