/* Coded with love by Mutiullah Samim */
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    /* background: #60a3bc !important; */
}
form#form-notice {
    width: 100%;
}
form#form-notice .form-control{
    border-radius: .75rem;
    text-align: center;
}
.user_card {
    /* height: 100vh; */
    height: 600px;
    width: 500px;
    /* width: 350px; */
    margin-top: auto;
    margin-bottom: auto;
    /* background: #f39c12; */
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-radius: 5px;

}
.links a{
    color: black;
    font-weight: bold;
}
.bg-color{
    /* margin-top: 75px;
    margin-bottom: 75px; */
    font-family: 'Kanit', sans-serif;
}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 250px;
    /* top: -75px; */
    border-radius: 50%;
    /* background: #60a3bc; */
    /* padding: 10px; */
    text-align: center;
}
/* .brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
} */
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #0072bd !important;
    color: white !important;
    border-radius: .75rem;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
/* .login_container {
    padding: 0 2rem;
} */
.input-group-text {
    background: #0072bd !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.75rem 0 0 0.75rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0072bd !important;
}

/***************Register*******************/
.bg-color2{
    margin-bottom: 50px;
    font-family: 'Kanit', sans-serif;
    margin-top: 50px;
}
.user_card2 {
    height: 100%;
    width: 550px;
    /* width: 350px; */
    margin-top: auto;
    margin-bottom: auto;
    /* background: #f39c12; */
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-radius: 5px;

}
.brand_logo_container2{
    padding: 10px;
    text-align: center;
}
.resgister{
    text-align: center;
}
.resgister h2{
    font-size: 24px;
}
.center{
    text-align: center;
}
.user_card2 input[type="text"]{
    width: 100%;
    border-radius: 50px;
    border: 1px solid #f2f2f2f2;
    box-shadow: 1px 1px 5px 0px #e2e2e2;
    color: #656262;
    padding: 5px 0px 5px 15px;
}
.user_card2 input[type="password"]{
    width: 100%;
    border-radius: 50px;
    border: 1px solid #f2f2f2f2;
    box-shadow: 1px 1px 5px 0px #e2e2e2;
    color: #656262;
    padding: 5px 0px 5px 15px;
}

.user_card2 span{
    padding-bottom: 5px;
}
.pass input[type="text"]{
    margin-top: 5px;
}
.confirm{
    color: white;
    background-color: #0072bd;
    border-radius: 0.75rem;
    border: none;
    width: 150px;
    padding: 5px 0px;
}
.cancel{
    color: white;
    background-color: #797979;
    border-radius: 0.75rem;
    border: none;
    width: 150px;
    padding: 5px 0px;
}
/* .flex .radio{
    display: flex;
} */
.flex .radio input[type=radio]{
    width: 5%;
}
/* .flex .radio label{
    width: 25%;
} */
/* .flex input[type="checkbox"]{
    width: 10%;
    margin: auto;
}
.flex p{
    width: 90%;
    padding-left: 10px;
    margin: auto;
} */
.border-box {
    border: 2px solid #0072bd;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: dashed;
}