.pure-g [class*=pure-u],body,html {
    font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
    height: 100%;
    min-width: initial;
    font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#welcome-text {
    font-weight: 300;
    margin: 0 0 30px;
}

.logo {
    padding: 0;
    max-width: 120px;
    display: block;
    margin: 0 auto 0.5em;
}

.logo img {
    display: block;
}

.cotainer {
    background-image: url("../../img/layouts/bg_login.jpg?v=1") ;
    display: flex;
    align-items: center;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: 0 6%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* .cotainer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(316.67deg, #7400C6 9.66%, #7D00BC 13.07%, #A9008E 30.67%, #CB006A 47.52%, #E30050 63.21%, #F20040 77.3%, #F7003B 88.42%);
}
 */
.login-wrapper {
    width: 100%;
    text-align: center;
}

.login-wrapper .login-content {
    margin: 0 auto;
    padding: 32px 0 40px 0;
    width: 380px;
    backdrop-filter: blur(2px);
    min-height: 30px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

/* .login-wrapper .login-content:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgb(255 255 255 / 50%);
    filter: blur(5px);
    margin: 1px;
    border-radius: 25px;
}
 */
.login-wrapper .pure-control-group input {
    border-radius: 25px !important;
    overflow: hidden;
}

.login-wrapper form {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.login-wrapper .pure-form label {
    text-align: left;
}

.login_but {
    width: 100%;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #6705c0 !important;
    color: #fff;
    border-radius: 25px !important;
}

#login .content-inner {
    max-width: initial;
}

.other-func {
    padding: 20px 0 0;
}

.other-func a {
    color: #3080cc !important;
    font-size: 13px;
    font-weight: 400;
}

.separator {
    color: #0057a9;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}

.pure-form input[type] {
    padding: 0.8em 1.2em;
    font-size: 100%;
    color: #333;
    width: 100%;
    margin-bottom: 1.6em;
    box-shadow: none;
    border: 1px solid #ddd;
}

.pure-form input[type]:focus {
    border: 1px solid #c6cbf2;
}

input::placeholder {
    color: #666;
    font-weight: 400;
}

input::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}

input::-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}

input:-moz-placeholder {
    color: #666;
    font-weight: 400;
}

.pure-form select {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.content {
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .cotainer {
        align-items: flex-start;
        padding-top: 15vw;
    }

    .login-wrapper .login-content {
        width: 100%;
        max-width: 480px;
        padding: 25px 0 30px;
    }

    .other-func {
        padding: 15px 10px;
    }
}
