@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Mitr&family=Prompt&display=swap');
@import url('loading.css');
@import url('button.css');
@import url(./bootstrap.min.css);
@import url(./line-awesome.min.css);
@import url(./animate.css);

input,
select {
    width: 100%;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    font-family: "Prompt", sans-serif !important;
}

input:focus {
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2);
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Prompt", sans-serif !important;
    /* background: #092756;
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -o-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -ms-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), linear-gradient(135deg, #670d10 0%, #092756 100%); */
    background: #0b0e1d !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E1D6D', endColorstr='#092756', GradientType=1);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

hr {
    border-color: #31373f !important;
    background-color: #31373f !important;
}

.login {
    position: relative;
    top: 0%;
    width: 370px;
    padding-top: 5%;
}

.login h1 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-align: center;
}

.lang-select {
    position: absolute;
    right: 15px;
    top: 15px;
}

.flags-box {
    display: inline-flex;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}


.back-pos {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.back {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-size: 25px;
    border-radius: 100%;
    padding: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all 0.3s;
}

.back i {
    transition: all 0.3s;
}

.back:hover {
    transform: scale(0.9);
}

.back i:hover {
    transform: scale(1.1);
}

.lang-select .flags-box {
    /* margin-right: 0 !important; */
}

.lang-select .dropdown-toggle span {
    display: none !important;
}


/* .signup-btn {
    align-items: center !important;
    background-image: linear-gradient(0deg, transparent 0%, transparent 100%) !important;
    background-color: #1f2841 !important;
    cursor: pointer !important;
    transition: all .1s;
    border-width: 0 !important;
    border-color: transparent !important;
    border-radius: 8px !important;
    border-style: solid;
    padding: 10px 1em !important;
    display: flex;
    font-size: inherit;
    min-height: 30px;
    outline: none;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    color: white !important;
}

.signup-btn:hover {
    color: white !important;
    background-color: #202735 !important;
}

.signup-btn.green {
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    border-style: none;
}

.signup-btn.red {
    background: linear-gradient(1turn, #c4003b .8%, #fb1949);
    border-style: none;
} */



.hover-effect {
    overflow: hidden;
    position: relative;
}

.hover-effect:hover:before {
    animation: buttonMove 1s ease-in-out;
}

.hover-effect-infinite:before,
.hover-effect:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10%;
    background-color: #fff3;
    left: -25%;
    top: 0;
    transform: skew(-20deg);
}

.hover-effect-infinite:before {
    animation: buttonMove2 3s ease-in-out infinite;
}

@keyframes buttonMove {
    from {
        left: -25%
    }

    to {
        left: 125%
    }
}

@keyframes buttonMove2 {
    0% {
        left: -25%
    }

    30% {
        left: 125%
    }

    100% {
        left: 125%
    }
}


/********************************************************************/

.content {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 980px;
    height: 460px;
    border-radius: 10px;
    margin: 4% auto 0;
    /* background: #1f2841; */
    background: #121a2f;
    font-family: "Prompt", sans-serif !important;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
    box-shadow: rgba(50, 50, 93, 0.5) 0px 50px 100px -20px, rgba(0, 0, 0, 0.7) 0px 30px 60px -30px, rgba(10, 37, 64, 0.75) 0px -2px 6px 0px inset;
}

.content.register {
    height: auto;
}

.left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 450px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

    background: url("/assets/img/logo512.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.left img {
    width: 200px;
    max-width: 100%;
}

.left h1 {
    margin-top: 10px;
    font-size: 3em;
    font-weight: 100;
    font-family: "Prompt", sans-serif !important;
    /* font-family: "Bebas Neue", sans-serif; */
    color: #fff;
}

.title {
    font-family: "Prompt", sans-serif !important;
}

.right {
    margin: 20px auto;
    padding: 10px;
    position: relative;
}

.inputbox {
    margin: 8px 0px;
    width: 350px;
    height: fit-content;
}

.title h2 {
    text-align: center;
}


.create {
    display: flex;
    justify-content: center;
    width: 360px;
}

.create button {
    margin-top: 5px;
    width: 250px;
    height: 35px;
    border: none;
    border-radius: 25px;

    color: #fff;
    background: #000;
}

.additional p {
    margin-top: 5px;
    font-size: 11px;
    text-align: center;
}

.additional p span {
    color: blue;
}

.additional p span:hover {
    text-decoration: underline;
}

.or {
    margin-top: 10px;
    font-size: 1em;
    text-align: center;
}

.sign {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}


/* Responsiveness:Start */
@media screen and (max-width: 820px) {
    .content {
        flex-direction: column;
        width: 75%;
        height: fit-content;

    }

    .left {
        height: 40%;
        width: 100%;
        border-radius: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-position: bottom center;
        background-image: url(./../img/present-img.jpg);
    }
}

@media screen and (max-width: 430px) {
    .content {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
        height: 100% !important;
    }

    .left {
        width: 100%;
        border-radius: 0px;
    }

    .right {
        margin: 20px 5%;
    }

    .login {
        width: 100%;
    }
}

/* Responsiveness:End */



.right-icon,
.left-icon {
    position: absolute;
    /* width: 20%; */
}

.left-icon {
    right: 100%;
    /* left: -25px; */
    bottom: 0;
    animation: iconMoveBottom 27.3s infinite ease-in-out;
}

.right-icon {
    left: 100%;
    /* right: -25px; */
    top: 0;
    animation: iconMoveTop 60s infinite ease-in-out;
}

.right-icon img {
    animation: iconMoveRotate 85s infinite ease-in-out;
}

@keyframes iconMoveRotate {

    0%,
    100% {
        transform: rotate(0deg);

    }

    50% {
        transform: rotate(120deg);
    }
}

@keyframes iconMoveTop {

    0%,
    100% {
        transform: translateY(-25px);
    }

    50% {
        transform: translateY(25px);
    }
}

@keyframes iconMoveBottom {

    0%,
    100% {
        transform: translate(10px, -15px) rotate(0deg);
    }

    50% {
        transform: translate(-15px, 10px) rotate(30deg);
    }
}

@media only screen and (max-width: 992px) {
    .mobile-hide {
        display: none !important;
    }

    .nav-link.dropdown-toggle .flags-box {
        width: 30px;
        height: 30px;
    }
}

a.back {
    text-decoration: none !important;
}

.flags-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}