﻿body {
    font-family: 'Sarabun', sans-serif;
}

.register--bg {
    background-image: url("/img/Login-RegisterBG.png");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}


.main--bg {
    background-image: url('/img/dlt/BGplain.png');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.step--btn--save {
    cursor: pointer;
}

div.step--btn {
    cursor: pointer;
}



.set--detail {
    margin-top: 2rem;
}

.logo {
    width: 200px;
}

.white--color {
    color: #fff !important;
}

.black--color {
    color: #000 !important;
}

.margin--top30 {
    margin-top: 30px !important;
}

.margin--top120 {
    margin-top: 120px !important;
}

.dlt--btn {
    border: 2px solid #fff;
    padding: 15px;
    margin: 0 auto !important;
}

.no--line {
    text-decoration: none !important;
}

.step--btn {
    border: 3px solid #9879b1;
    padding: 15px;
    margin: 0 auto !important;
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
}


.step--btn--save {
    padding: 15px;
    margin: 0 auto !important;
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    background: rgb(130,60,147);
    background: linear-gradient(90deg, rgba(130,60,147,1) 35%, rgba(163,94,164,1) 55%, rgba(223,153,193,1) 100%);
}

a:hover {
    cursor: pointer !important;
}

.top--course {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
} 

.orange--line {
    border: 4px solid #ec8e00;
    
    padding-top: 20px;
    padding-bottom: 30px;
    background: #ec8e0057;
}

.blue--line {
    border: 4px solid #54a6f5;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #54a6f58c;
}

.green--line {
    border: 4px solid #4eb145;
    padding-top: 20px;
    padding-bottom: 30px;
    background: #4eb1457d;
}
.gray--line {
    border: 4px solid rgba(107, 108, 107, 0.49);
    padding-top: 20px;
    padding-bottom: 30px;
    background: rgba(107, 108, 107, 0.49);
}

.bottom--course {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.chk--btn {
    padding-right: 7px!important;
    width:30px !important;
}


.color {
    background-color: #4a80d0;
    border-color: #4a80d0;
}

    .color:hover {
        background-color: #2f6ecc;
        border-color: #2f6ecc;
    }

.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleJS {
    text-align:center;
}