/*========= signup card ===========*/
.pcms-df-signup-ctn{
    margin-top: 60px;
    margin-bottom: 100px;
}
.pcms-custom-signup-card{
    background-color: rgba(255,255,255,0.5);
}
.pcms-df-signup-info {
    font-size: 12px;
}
.pcms-df-signup-title {
    margin: 0;
    font-size: 16px;
}
.pcms-df-signup-info-box{
    font-size: 14px;
    font-weight: 600;
}
.pcms-df-signup-info-box{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.pcms-custom-form-control{
    border: 1px dashed #003b97;
    padding: 20px 16px !important;
    background-color: #e3e9f4;
}
.pcms-custom-form-control::placeholder {
    color: #003b97;
}
.pcms-custom-form-control:focus{
    background-color: #ebf0f9;
}
.pcms-btn-signup{
    padding: .675rem 2.375rem;
}
.pcms-subtitle-text{
    font-size: 12px;
}

/*========= default style sheet ==========*/
.pcms-df-custom-font-en{
    font-family: Arial, Helvetica, sans-serif;
}
.card > .card-header{
    padding: .5rem 1.25rem;
}
.pcms-c-red{
    color: red;
}
.pcms-login-link-register:hover{
    text-decoration:underline !important;
}
.pcms-signup-container{
     margin: 15px 0px 25px 0px;
}
.pcms-signup-title-form{
    font-weight: 600;
}
.pcms-signup-title-form-en{
    font-size: 20px;
}
/*========== Signin Page ==========*/
.navbar-detail .active .pcms-nav-link-sign-in{
    color:#000;
}
.signin {
    background: white;
}
.sin_log {
    height: 85px;
    width: 130px;
  
    margin: 0 auto;
    background-image: url(imgs/logo_login_02.png);
}
.sing_row {
    display: flex;
}
.sing_row .form {
    width: 38.8%;
}
.sing_row .form .form-control::placeholder {
    color: #003b97;
}
.form_title h3 {
    color: #003b97;
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.sing_row .form .form-control {
    border: 1px dashed #003b97;
    padding: 25px 20px !important;
}
.box_password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box_password button {
    background: #003b97;
    color: white;
    padding: 15px 66px;
}
.box_password button:hover {
    color: white;
    opacity: 0.8;
}
.box_password a {
    text-decoration: underline;
    color: #9b9b9b;
    font-size: 15px;
    /* text-transform: uppercase; */
    font-style: italic;
    /* justify-items: center; */
}
.form_title {
    display: flex;
    align-items: center;
    /* margin-left: 10px; */
    margin-bottom: 10px;
    margin-top: 60px;
}
.line_inle {
    height: 10px;
 
    flex-grow: 1;
    margin-left: 10px;
    background-image: url(imgs/layout-003---edit-01-Recovered_03.png);
}
.main_page {
    flex-grow: 1;
    background-image: url(imgs/layouts-003---edit-01_03.png);
}
.bg_form {
    background-image: url(imgs/layout-003---edit-01_03.png);
    height: 450px;
    /* width: 100px; */
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /* margin-top: 52px; */
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 40px;
}
.main_page {
    /* flex-grow: 1; */
    background-image: url(imgs/layouts-003---edit-01_03.png);
    width: 70%;
}

.login_footer {
    height: 50px;
    background: #003b97;
    clip-path: polygon(19% 48%, 22% 0, 100% 0, 100% 15%, 100% 98%, 100% 100%, 0 100%, 3% 46%);
    margin-left: 100px;
}

.login_footer p {
    padding: 0px;
    margin: 0px;
    margin-right: 65px;
    color: #fff;
    font-size: 15px;
    font-family: sans-serif;
}
.menu_sin {
    margin-left: 116px;
}
.menu_sin ul li a {
    color: #c5c9d2;
    font-size: 20px;

}
.content-s {
    padding: 0px 100px;
}
.content-s h3 {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
    
}
.pcms-signin-title{
    font-family: CenturyGothic;
}
.pcms-signin-title-v1,.pcms-signin-desc-v1{
    font-family: sans-serif;
}
.content-s h3:first-child {
    font-size: 40px;
}
.content-s p {
    color: #7f7c7c;
    font-size: 16px;
   
}
a.btn.btn-sms {
    background: #003b97;
    color: white;
    padding: 18px 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: sans-serif;
}
a.btn.btn-sms:hover{
    background-color: #0848ab;
}
.pcms-signin-desc{
    font-family: CenturyGothic;
}
.btm-s {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.login_footer {
    height: 50px;
    background: #003b97;
    clip-path: polygon(19% 48%, 23% 0, 100% 0, 100% 15%, 100% 98%, 100% 100%, 0 100%, 3% 46%);
    margin-left: 100px;
    display: flex;
    justify-content: flex-end;
    justify-content: baseline;
    align-items: center;
}
/*========== End Signin Page ==========*/