﻿
.carouselWrap {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mainWrap {
    width: 60%;
    height: 100vh;
    display: flex;
    /*background-color: #f5f5f5;*/
}

.loginFrame, .setPasswordFrame, .successFrame, .verifyCodeTemplet {
    padding: 76px 58px;
    background-color: #fff;
    box-shadow: 0 11px 26px rgb(0 0 0 / 10%), 0 3px 23px rgb(0 0 0 / 10%);
    border-radius: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 50%;
    min-width: 432px;
    max-width: 540px;
    position: relative;
    margin: auto;
}

.allalert {
    background-color: #FFE4AA;
    height: 48px;
    margin-bottom: 14px;
    position: absolute;
    top: -60px;
    width: 100%;
    border-radius: 16px;
    display: flex;
    justify-content: center;
}

.loginBody {
    width: 80%;
    min-width: 314px;
    max-width: 396px;
}

.otherLinkDiv {
    display: flex;
    justify-content: center;
}

    .otherLinkDiv a {
        border: 1px solid #a7a7a7;
        border-radius: 6px;
        background-color: #fff;
        transition: .3s;
        color: #7F7F7F;
        text-decoration: none;
        display: inline-block;
        padding: 12px 20px;
        margin: 30px;
    }

        .otherLinkDiv a:hover {
            color: #fff;
            background-color: #FF8A4F;
            border: 1px solid #FF8A4F;
        }

.mainHeadline {
    font-size: 46px;
    text-align: center;
    color: #5b5b5b;
    padding-bottom: 10px;
}

.secondHeadline {
    font-size: 20px;
    text-align: center;
    color: #5b5b5b;
    padding-top: 8px;
}

.enterBox {
    margin: 10px 0px;
}

.enterText, .enterVerifyCodeText {
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 13px 12px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.enterVerifyCodeBox {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}




.forgetBox a, .bottomBox a, .keepMe label {
    color: #7f7f7f;
    text-decoration: none;
    transition: .2s;
}

.bottomBox a {
    transition: .2s;
}

.signInBtn, .PreviousBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8a4f;
    width: 100%;
    height: 45px;
    border-radius: 6px;
    transition: .2s;
    cursor: pointer;
    opacity: .9;
    margin: 10px 0px;
}

    .signInBtn:hover {
        opacity: 1;
    }

.signText, .PreviousText {
    color: #fff;
    display: flex;
    justify-content: center;
}

.separateLine {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.bottomBox {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.carousel-indicators {
    position: relative !important;
}

#carouselIndicators {
    display: flex;
    flex-direction: column-reverse;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    background-color: #919191 !important;
}

    .carousel-indicators [data-bs-target]:hover {
        background-color: #5B5B5B;
    }

.verifyCodeWrap{
    width:100%;
    margin:0 10px;
}
.refreshBox{
    display:flex;
    align-items:center;
}


.reload {
    font-family: Lucida Sans Unicode;
    cursor: pointer;
    color: #E96D2F;
    font-weight: 900;
    font-size: 22px;
    transition: .2s;
    opacity: .5;
}

    .reload:hover {
        opacity: 1;
    }

    .font14{
        font-size:14px;
    }
    .font16{
        font-size:16px;
    }