﻿
.hidden {
    display: none;
}

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

/* Generic */
body {
    width: 100%;
    height: 95vh;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    /*background-color: #767676;*/
    color: #a0a5a8;
    /* background-image: url("https://cms.tripoculture.com/Content/CountryImage/23.jpg");*/
}

/**/
.main {
    position: relative;
    width: 1000px;
    min-width: 1000px;
   /* max-height: 590px;
    min-height: 550px;*/
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 1px 8px 2px #e7e4e4;
    overflow: hidden;
    margin: 45px auto;
    z-index: 0;
}

.main2 {
    display: none;
}

@media (max-width: 1200px) {
    .form {
        height: 80% !important;
    }
}

@media (max-width: 1000px) {
    .form {
        height: 80% !important;
    }
}

@media (max-width: 800px) {
    .form {
        height: 80% !important;
    }
}

@media (max-width: 600px) {
    .form {
        height: 80% !important;
    }
}

/*@media (max-width: 1200px) {
    .main2 {
        display: block !important;
    }
}

@media (max-width: 1000px) {
    .main2 {
        display: block !important;
    }
}

@media (max-width: 800px) {
    .main2 {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .main2 {
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}*/




/*
@media (max-width: 1200px) {
    .main {
        transform: scale(0.7);
        margin-left: -80%;
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .main {
        transform: scale(0.6);
        margin-left: -4%;
        display: none !important;
    }
}

@media (max-width: 800px) {
    .main {
        transform: scale(0.5);
        margin-left: -25%;
        display: none !important;
    }
}

@media (max-width: 600px) {
    .main {
        transform: scale(0.4);
        margin-left: -80%;
        display: none !important;
    }
}*/

@media (max-width: 600px) {
    .container {
        display: unset !important;
        justify-content: unset !important;
        align-items: unset !important;
        position: unset !important;
        top: 0;
        width: auto !important;
        height: 100%;
        padding: 25px;
        background-color: #ecf0f3;
        transition: 1.25s;
    }

    .switch__container {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }

    footer {
        display: none !important;
    }

    #switch-cnt {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .container {
        display: unset !important;
        justify-content: unset !important;
        align-items: unset !important;
        position: unset !important;
        top: 0;
        width: auto !important;
        height: 100%;
        padding: 25px;
        background-color: #ecf0f3;
        transition: 1.25s;
    }
}

@media (max-width: 1000px) {
    .container {
        display: unset !important;
        justify-content: unset !important;
        align-items: unset !important;
        position: unset !important;
        top: 0;
        width: auto !important;
        height: 100%;
        padding: 25px;
        background-color: #ecf0f3;
        transition: 1.25s;
    }
}

@media (max-width: 1200px) {
    .container {
        display: unset !important;
        justify-content: unset !important;
        align-items: unset !important;
        position: unset !important;
        top: 0;
        width: auto !important;
        height: 100%;
        padding: 25px;
        background-color: #ecf0f3;
        transition: 1.25s;
    }
}




@media (max-width: 1200px) {
    body {
        background-image: none;
    }
}

@media (max-width: 1000px) {
    body {
        background-image: none;
    }
}

@media (max-width: 800px) {
    body {
        background-image: none;
    }
}

@media (max-width: 600px) {
    #dfghfdgh {
        background-image: none;
    }
}

@media (max-width: 1000px) {
    #dfghfdgh {
        width: 185px;
        display: flex;
        float: left;
        margin-left: 98%;
        margin-top: 7%;
    }
}

@media (max-width: 800px) {
    #dfghfdgh {
        width: 185px;
        display: flex;
        float: left;
        margin-left: 98%;
        margin-top: 7%;
    }
}

@media (max-width: 1200px) {
    #dfghfdgh {
        width: 185px;
        display: flex;
        float: left;
        margin-left: 98%;
        margin-top: 7%;
    }
}

@media (max-width: 600px) {
    #dfghfdgh {
        width: 185px;
        display: flex;
        float: left;
        margin-left: 98%;
        margin-top: 7%;
    }
}

.container-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 500px;
    height: 100%;
    padding: 25px;
    background-color: #fff;
    transition: 1.25s;
    border: 1px solid;
}

.form {
    background: url(../images/cloud.png) center bottom / contain no-repeat rgb(255 255 255 / 0%);
    padding: 100px 0px 45px;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.form__icon {
    object-fit: contain;
    width: 30px;
    margin: 0 5px;
    opacity: 0.5;
    transition: 0.15s;
}

    .form__icon:hover {
        opacity: 1;
        transition: 0.15s;
        cursor: pointer;
    }

.form__input {
    width: 350px;
    height: 54px;
    margin: 4px 0;
    padding-left: 25px;
    font-size: 15px;
    letter-spacing: 0.15px;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    background-color: #ecf0f3;
    transition: 0.25s ease;
    /*border-radius: 8px;*/
    /* box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9; */
    border: 1px solid #ccc;
}

/*   .form__input:focus {
        box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
    }*/

.form__span {
    margin-top: 30px;
    margin-bottom: 12px;
}

.form__link {
    color: #181818;
    font-size: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #a0a5a8;
    line-height: 2;
}

.title {
    font-size: 31px;
    font-weight: 700;
    color: #181818;
}

.description {
    font-size: 14px;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 1.6;
    color: #fff;
}

.button {
}

/**/
.a-container {
    z-index: 100;
    left: calc(100% - 500px );
}

.b-container {
    left: calc(100% - 500px );
    z-index: 0;
}

.switch {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 500px;
    padding: 50px;
    z-index: 200;
    transition: 1.25s;
    /* background-image: url('../images/aboutus/login.jpg'); */
    overflow: hidden;
    background-size: cover;
    background-position: top;
    border-right: 1px solid royalblue;
    border-left: 1px solid royalblue;
}

.overlay-login {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 17%);
}

.switch__circle {
    position: absolute;
    width: 500px;
    height: 500px;
    /* border-radius: 50%;*/
    background-color: #ecf0f300;
    box-shadow: inset 8px 8px 12px #d1d9e600, inset -8px -8px 12px #f9f9f900;
    bottom: -60%;
    left: -60%;
    transition: 1.25s;
}

.switch__circle--t {
    top: -30%;
    left: 60%;
    width: 300px;
    height: 300px;
}

.switch__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 500px;
    top: 0;
    bottom: 0;
    padding: 50px 50px;
    transition: 1.25s;
    background-color: #edf1ff;
}

.switch__button {
    cursor: pointer;
}

    .switch__button:hover {
        transform: scale(0.985);
        transition: 0.25s;
    }

    .switch__button:active, .switch__button:focus {
        box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
        transform: scale(0.97);
        transition: 0.25s;
    }

/**/
.is-txr {
    left: calc(100% - 500px );
    transition: 1.25s;
    transform-origin: left;
}

.is-txl {
    left: 0;
    transition: 1.25s;
    transform-origin: right;
}

.is-z200 {
    z-index: 200;
    transition: 1.25s;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 1.25s;
}

.is-gx {
    animation: is-gx 1.25s;
}

@keyframes is-gx {
    0%, 10%, 100% {
        width: 400px;
    }

    30%, 50% {
        width: 500px;
    }
}


input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="password"], input[type="tel"], input[type="date"], input[type="time"], textarea, select {
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    color: #444444;
    margin-bottom: 15px;
    height: 54px;
    box-shadow: none;
    margin-bottom: 15px;
}


@media only screen and (max-width:820px) {
    .a-container {
        z-index: 100;
        left: calc(0%);
    }

    .container-custom {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 25px;
        background-color: #fff;
        transition: 1.25s;
    }
}


@media only screen and (max-width:912px) {
    .a-container {
        z-index: 100;
        left: calc(0%);
    }

    .container-custom {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 25px;
        background-color: #fff;
        transition: 1.25s;
    }
}



.main-custom {
    box-shadow: none;
    width: 100px;
    height: 100px;
    min-width: 513px;
    min-height: 286px;
    margin-left: 33%;
}