.mybar {
    height: 50px;
    padding: 0 8px;
    background:rgba(0, 121, 254, 1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mybar h1 {
    flex: 2;
    font-size: 1.8rem;
    color: white;
    font-weight: 600;
    display: flex;
    justify-content: center;
}
.mybar a {
    flex: 1;
    color: white;
    font-weight: 600;
}
.block_title{
    height: 60rem;
    /*display: flex;*/
    border-radius: 2rem;
    background: #FFFFFF;

}

.btn {
    margin-left: 1rem;
    margin-top: 4rem;
    width: 27.2rem;
    height: 100%;
    border-radius: 2rem;
    background: #007AFF;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 5rem;
}

.from_header {
    margin-left: 2rem;
    width: 30rem;
    margin-bottom: 5rem;
}

.user-input-row {
    height: 4rem;
    padding: 0.5rem 0;
    display: flex;
    border:solid 1px #C7C7CC;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
    margin-left: 1rem;
}
.user-input-row i{
    margin-left: 1rem;
    margin-top: 0.5rem;
    width: 20%;
}
.user-input-row input{
    line-height: 1.8rem;
    margin-left: -2rem;
    margin-top: -0.8rem;
    font-size: 1.3rem;

}
/*.user-input-row select{
    line-height: 2rem;
    margin-bottom: 1rem;
}*/
.user-input-row select {
    font-size: 1.3rem;
    padding: 0.4rem 0.1rem;
    text-align: center;
    margin-bottom: 0;
    text-align-last: left;
}
.user-input-row select option {
    text-align: left;
}



.code{
    width: 9rem;
    background: #40AFFE;
    font-size: 1.2rem;
    line-height: 100%;
    color: #F0F0F0;
    border-radius: 1rem;
    margin-right: 2rem;
    text-align: center;
}
.successs {
    margin: auto;
}
.err  {
    margin: auto;
}
.alert-error, .alert-success, .alert-success2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1222223;
}
.layer, .layer1, .layer2 {
    background: #EFEFF3;
    width: 80%;
    margin: 30vh auto;
    text-align: center;
    border-radius: 0.2rem;
    padding: 1rem 0;
    position: relative;
}
.layer-notice {
    background: #EFEFF3;
    width: 80%;
    margin: 30vh auto;
    text-align: center;
    border-radius: 0.2rem;
    padding: 0.1rem 0rem 1rem 0rem;
    position: relative;
}
.layer-notice p.title{
    background: #ddecfd;
    font-size: 1rem;
    text-align: center;
    color: #007aff;
    padding: 0.5rem 0.1rem;
}
.layer-notice p.contents{
    width: 90%;
    margin: 10px auto;
    color: #007aff;
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.5rem;
    text-indent: 2rem;
}
.layer-notice img {
    margin-top: 0rem;
    margin-bottom: 0.25rem;
    width: 3rem;
    height: 3rem;
}
.layer-notice input {
    background: #518eeb;
    color: #fff;
    border: none;
    width: 5rem;
}
.layer img, .layer1 .err, .layer2 img{
    margin-top: 0rem;
    margin-bottom: 0.25rem;
    width: 1rem;
    height: 1rem;
}
.layer p, .layer1 p, .layer2 p {
    color: #333333;
    font-weight: 700;
    padding-top: 0.2rem;
    margin-bottom: 0rem;
    padding-bottom: 0.1rem;
}
.inputNow{
    width: 40%;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    background-color: #1e9083;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
#successCodeText {position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;}


.alert-des{
    width: 25rem;
    height: 9rem;
    display: flex;
    border-radius: 1.5rem;
}
.alert-des input{
    height: 3rem;
    margin-top: 1rem;
    margin-left: 3rem;
    width: 11rem;
}

.alert-des a{
    text-align:center;
    width:7rem;
    border-radius: 1rem;
    height: 2rem;
    margin-top: 1.3rem;
    margin-left: 1rem;
    font-size: 0.8rem;
    line-height:2rem;
    background: #2D93CA;
    color: #F0F0F0;
}

