﻿.drag {
    /*width: 300px;*/
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    position: relative;
    margin: 10px auto;
    margin-bottom: 15px;
}

.bg {
    width: 40px;
    height: 100%;
    position: absolute;
    /*background-color: #75CDF9;*/
    background-color: #7bc339;
}

.text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
}

.slider {
    width: 40px;
    height: 40px;
    position: absolute;
    border: 1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color: #666;
    border-radius: 0px;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border-color: transparent;
    border-radius: 4px;
    padding: 0 12px;
    height: 46px;
    line-height: 34px;
    font-size: 16px;
    border-width: 1px;
    margin-top: 24px;
}

.login-providers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-redirect {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .div-redirect button {
        border-radius: 0;
        padding: 0;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        border-width: 0;
        color: #1b9aee;
        background: transparent
    }

#div-sms {
    position: relative;
}

    #div-sms .form-group button {
        width: 70px;
        position: absolute;
        border-radius: 0;
        padding: 5px;
        height: 25px;
        line-height: 12px;
        font-size: 12px;
        border-width: 1px;
        /*        color: #1b9aee;
        border-color: #1b9aee;
        background: transparent;*/
        right: 10px;
        top: 95px;
    }


.none {
    display:none;
}