﻿body {
    background: white;
    font-family: 'Inter UI', sans-serif;
    margin: 0;
    /*padding: 20px;*/
}

.login-signup-class .page {
    background: #e2e2e5;
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    position: absolute;
    place-content: center;
    width: calc(100% - 40px);
}

@media (max-width: 767px) {
    .page {
        /*height: auto;*/
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.login-signup-class .loginContainer {
    display: flex;
    height: 420px;
    margin: 0 auto;
    width: 900px;
}

@media (max-width: 767px) {
    .loginContainer {
        flex-direction: column;
        height: 630px;
        width: 320px;
    }
}

.login-signup-class .left {
    background: white;
    /*height: calc(100% - 40px);*/
    /*top: 20px;*/
    position: relative;
    width: 40%;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
}

@media (max-width: 767px) {
    .left {
        height: 100%;
        left: 20px;
        width: calc(100% - 40px);
        max-height: 270px;
        box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    
    }
}

.login-signup-class .login {
    font-size: 50px;
    font-weight: 900;
    margin: 50px 40px 40px;
}

.eula {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin: 40px;
}

.login-signup-class .right {
    background: white;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    color: #F1F1F2;
    position: relative;
    width: 50%;
}

@media (max-width: 767px) {
    .login-signup-class .right {
        flex-shrink: 0;
        height: 82%;
        width: 100%;
        max-height: 350px;
    }
}

svg {
    position: absolute;
    width: 320px;
}

path {
    fill: none;
    stroke: url(#linearGradient);
    ;
    stroke-width: 4;
    stroke-dasharray: 240 1386;
}

.login-signup-class .form {
    margin: 40px;
    position: absolute;
}

/*label {
    color: #c2c2c5;
    display: block;
    font-size: 14px;
    height: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}*/

.login-signup-class input {
    background: transparent;
    border: 0;
    /*color: #f2f2f2;*/
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    outline: none !important;
    border-radius: 3px;
    /*width: 100%;*/
}

.login-signup-class input::-moz-focus-inner {
    border: 0;
}

.login-signup-class #submit {
    color: #707075;
    margin-top: 40px;
    transition: color 300ms;
}

    .login-signup-class #submit:focus {
        color: #f2f2f2;
    }

    .login-signup-class #submit:active {
        color: #d0d0d2;
    }


.login-signup-class .NewLoginInput {
    display: inline-block;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 30px 10px 10px;
    box-shadow: none !important;
    font-size: 17px;
    width: 65%;
}

    .login-signup-class .NewLoginInput:focus {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid;
    }

.login-signup-class .form-control {
    height: 27px;
    padding: 3px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    display: table-row;
    display: initial;
    margin-right: 3px;
    border-radius: 0px !important;
    box-shadow: none;
    border-color: #ddd;
}

@media only screen and (min-width: 600px) {
    .webView {
        display: block;
    }

    .mobileView {
        display: none;
    }

    .mrgntp23 {
        margin: 41% 0px 0px 0px;
    }

    .txtalign {
        text-align: left
    }
}

@media only screen and (max-width: 600px) {
    .webView {
        display: none;
    }

    .mobileView {
        display: block;
    }

    .mrgntp25 {
        margin-top: 25%;
    }

    .mrgntp23 {
        margin: 23% 0px 0px 0px;
    }

    html {
        height: 100%;
    }

    .txtalign {
        text-align: center
    }

    .mobLoginmdl {
        width: 80% !important;
        margin: 10% 3% 3% 3% !important;
    }
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

h1 {
    font-family: 'Jost';
    color: #fff;
}



