body{
    margin: 0;
    padding:0;
    overflow-x: hidden;
    overflow-y: hidden;
}



.back-color-left{
    position: absolute;
    z-index: 1;
    width: 50vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #a8c3d5;
}
.back-color-right{
    position: absolute;
    z-index: 1;
    width: 50vw;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #2A446B;
}
.big-login-contain{
    position: absolute;
    top: 50px;
    left: 70px;
    border-radius: 20px;
}

.login-form-contain{
    border-radius: 20px;
    position: relative;
    z-index: 2;
    top: 0;
    height: calc(100vh - 100px);
    width: calc(100vw - 140px);
    background-color: #f5F5F5;
}

.login-form-color-right{
    height: calc( 100vh - 100px);
    width: calc(50vw - 70px);
    background-color:#a8c3d5 ;
    position: absolute;
    border-radius: 0 20px 20px 0;
    right: 0;
}


.login-svg{
    height: auto;
    width: 40vw;
    position:absolute;
    bottom:40px;
    left: -60px;
}
.login-gem-it-logo{
    height: 100px;
    width: 100px;
    margin-top: 50px;
}

.login-form{
    height: calc(100vh - 100px);
    width: calc(50vw - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login-input{}

.login-title{
    font-family: Roboto Mono, sans-serif;
    font-size: 30px;
    color: #2A446B;
    margin-bottom: 60px;
}

.login-input{
    height: 50px;
    width: 250px;
    border: 2px solid #E6E6E6;
    border-radius: 7px;
    margin-top:10px;
    padding-left: 20px;
}
.login-input::placeholder
{
    color: black;
    opacity: 1;
    font-family: Roboto , sans-serif;
}

.signup-button{
    color: #f5F5F5;
    font-family: Roboto Mono, sans-serif;
    height: 42px;
    width: 250px;
    background-color: #2f4566;
    border-radius: 7px;
    border: none;
    margin-top: 40px;
    transition-duration: 0.2s;
}

.signup-button:hover{
    background-color: #3e5985;
}

.register-link-message{
    font-size: 11px;
    color: #707070;
    font-family: Roboto Mono, sans-serif;

}
.register-link a{
    color: #707070;
    text-decoration: none;
    font-weight: bold;
}

.login-gem-it-logo{
    margin-top: -30px;
    height: 120px;
    width: 130px;
    margin-bottom: 50px;
}
.phone-login-contain{
    display: none;
}
@media screen and (max-width: 600px) {
    .pc-login-contain {
        display: none;
    }

    .phone-login-contain {
        display: flex;
        flex-direction: column;
        background-color: #170D14;
    }

    .astronauteimg{
        width: 100vw;

    }
    .gradientastronaute{
        width: 100vw;
        height: 100vw;
        background: radial-gradient(
                closest-side,
                rgba(23, 13, 20, 0.14) 0%,
                rgba(23, 13, 20, 0.7) 48.611101508140564%,
                rgba(23, 13, 20, 1) 100%
        );
    }
    .top img{
        height: 100px;
    }



}