.form {
    opacity: 1;
}

.input {
    color: white;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.phone {
    display: flex;
    flex-direction: row;
}

.input-phone {
    color: white;
    width: 80%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    margin-bottom: 15px;
    outline: none;
}

.input-phone input {
    padding-left: 20px;
}

.country-wrap {
    width: 20%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    margin-bottom: 15px;
    text-align: left;
}

.country-wrap select {
    color: white;
    background: none;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.country-wrap select option {
    background: black;
}

.input-code {
    color: white;
    width: 70%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.input-pass {
    color: white;
    width: 70%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.back {
    margin-top: 14px;
}

.back a {
    font-size: 14px;
    color: #FFFFFF;
}

.back a:link {
    color: #FFFFFF;
}

.back a:hover {
    color: #FFFFFF;
}

.back a:active {
    color: #FFFFFF;
}

.code {
    display: flex;
    flex-direction: row;
}

.get-code {
    width: 30%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.get-code a {
    color: #73E555;
    font-size: 14px;
    font-weight: 500;
}

.get-code a:link {
    color: #73E555;
}

.get-code a:hover {
    color: #73E555;
}

.get-code a:active {
    color: #73E555;
}

.pass {
    display: flex;
    flex-direction: row;
}

.pass .icon {
    width: 30%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.confirm-pass {
    display: flex;
    flex-direction: row;
}

.confirm-pass .icon {
    width: 30%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.error {
    display: none;
    position: relative;
    color: #FF5062;
    top: -10px;
}

.login .bt {
    display: flex;
    flex-direction: row;
    margin-top: 14px;
}

.login .bt .reg {
    margin-right: 10px;
}

a {
    color: #73E555;
}

a:link {
    color: #73E555;
}

a:hover {
    color: #73E555;
}

a:active {
    color: #73E555;
}

.text-right {
    text-align: right;
}

.font-14 {
    font-size: 14px;
    font-weight: bold;
}

#popupdiv {
    color: white;
    background: #9f9f9f !important;
}

@media only screen and (max-width: 768px) {
    .login .logo img {
        width: 160px;
    }

    .login .desc {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .login .desc .text-1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0;
    }

    .login .bt .text-2 {
        font-size: 14px;
        font-weight: 500;
        text-align: right;
        letter-spacing: 0;
        color: #ccc;
    }

    .login .bt .text-2 a {
        color: #73E555;
    }

    .login .bt .text-2 a:link {
        color: #73E555;
    }

    .login .bt .text-2 a:hover {
        color: #73E555;
    }

    .login .bt .text-2 a:active {
        color: #73E555;
    }
}

@media only screen and (min-width: 769px) {
    .login .logo img {
        width: 160px;
    }

    .login .desc {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .login .desc .text-1 {
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0;
    }

    .login .bt .text-2 {
        font-size: 16px;
        font-weight: 500;
        text-align: right;
        letter-spacing: 0;
        color: #ccc;
    }

    .login .bt .text-2 a {
        color: #73E555;
    }

    .login .bt .text-2 a:link {
        color: #73E555;
    }

    .login .bt .text-2 a:hover {
        color: #73E555;
    }

    .login .bt .text-2 a:active {
        color: #73E555;
    }
}