@keyframes error {
    0% {
        transform: scale(1, 1) rotateZ(5deg);
    }

    30% {
        transform: scale(1.1, 1.1) rotateZ(-3deg);
    }

    50% {
        transform: scale(1.1, 1.1) rotateZ(2deg);
    }

    70% {
        transform: scale(1, 1) rotateZ(-1deg);
    }

    100% {
        transform: scale(1, 1) rotateZ(0deg);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

::-ms-clear, ::-ms-reveal {
    display: none !important;
}

html {
    font-size:100% !important;
}
.bg-2step {
    background: #fff;
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    color: #333;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000;
}

    .bg-2step * {
        box-sizing: border-box;
    }

    .bg-2step .content {
        display: table-cell;
        font-size: 1.0rem;
        vertical-align: middle;
        position: relative;
        top: -3rem;
        text-align: center;
    }

        .bg-2step .content .box {
            width: 50rem;
            background: #fff;
            margin: 0 auto;
        }

            .bg-2step .content .box h1 {
                font-weight: 400;
                font-size: 2.5rem;
                margin: 2rem;
            }

            .bg-2step .content .box .valid-phone {
                text-align:center !important;
                color: #888;
                padding: 0 4rem;
                display: block;
                overflow-wrap: break-word;
                line-height: 180%;
                font-size:15px;
            }

            .bg-2step .content .box .code {
                width: 26rem;
                margin: 0 auto;
            }

                .bg-2step .content .box .code input.number {
                    width: 100%;
                    display: block;
                    padding: 5px;
                    position: relative;
                    height: auto;
                    line-height: 100%;
                    left: 0;
                    font-size: 2.6rem;
                    font-weight: 700;
                    letter-spacing: 24px;
                    text-align: left;
                    border: none;
                    outline: none;
                    text-indent: 1rem;
                    overflow: hidden;
                    border-radius: 0;
                    box-shadow: none;
                    border: 1px solid #ddd;
                    text-align: center;
                    border-radius: 4px;
                    box-shadow: 0px 1px 10px inset rgba(0,0,0,.05);
                    /*width: 100%;
                    display: block;
                    padding: 0;
                    position: relative;
                    height: auto;
                    line-height: 100%;
                    left: 10px;
                    font-size: 46px;
                    font-weight: 700;
                    letter-spacing: 55px;
                    text-align: left;
                    border: none;
                    outline: none;
                    text-indent: 21px;
                    overflow: hidden;
                    border-radius: 0;
                    box-shadow: none;*/
                }

                .bg-2step .content .box .code table {
                    display:none;
                    margin-top: .5rem;
                    width: 99%;
                    border-collapse: collapse;
                }

                    .bg-2step .content .box .code table td {
                        /*padding: 0 .5rem;*/
                        padding:0;
                    }

                        .bg-2step .content .box .code table td .line {
                            border-bottom: 3px solid #333;
                        }

                .bg-2step .content .box .code .error {
                    padding-top: 1rem;
                    font-size: 1.3rem;
                    color: #c62828;
                    transition: all .5s;
                }

                .bg-2step .content .box .code.error {
                    animation: error .3s;
                }

                    .bg-2step .content .box .code.error .error {
                        animation: fade 2s;
                    }

            .bg-2step .content .box .result {
                padding: 1rem;
                color: #4caf50;
            }

            .bg-2step .content .box .buttons {
                padding: 2rem;
            }

                .bg-2step .content .box .buttons a {
                    color: #08c;
                    text-decoration: none;
                    font-size: 1.2rem;
                }

                .bg-2step .content .box .buttons .options .btn {
                    display: inline-block;
                    border: none;
                    padding: .5rem 1rem;
                    border-radius: .2rem;
                    margin: 0 .5rem;
                    width: 14rem;
                    font-size: 1.2rem;
                    background: #08c;
                    color: #fff;
                }

                    .bg-2step .content .box .buttons .options .btn:disabled {
                        background: #ccc;
                    }

.changepassword {
    box-sizing:content-box;
    border: 1px solid #ddd;
    padding: 8px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 25px 0;
    font-weight: normal;
    width:90%;
}

.changepassword:focus {
    border-color: #08c !important;
}

.changepassword:last-child {
    margin-bottom: 10px !important;
}

.sms-font {
    font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
}