
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&amp;family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&amp;family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&amp;family=Oswald:wght@200;300;400;500;600;700&amp;family=Play:wght@400;700&amp;family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&amp;family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,300;1,600&amp;family=Raleway:ital,wght@0,500;0,600;0,700;0,800;1,400;1,500;1,600&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&amp;display=swap');


:root {
    --bg:#1f2235;
    --white:#fff;
    --black:#fff;
    --text:#fa983a;
    --btn:#fa983a;
}

/* login */

section.account_section_form {
    margin: 50px 0px;
} 

.account_wrapper_form {
    background: var(--bg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
}

h4.account_title {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 30px;
    line-height: 40px;
}

h6.account_subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--white);
}

.account_inner_detail {
    background: #303348;
    padding: 30px 30px 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

label.form_label {
   color: var(--white);
    font-size: 16px;
}

.group_input input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    background: #fbfbfbfa;
}

.input_group {
    margin-bottom: 15px;
}

.account_check {
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkgroup {
    margin-right: 17px;
    display: flex;
    align-items: center;
}

input#remember-me {
    width: 28px;
    height: 20px;
}

label.form-label {
    margin: 0;
   color: var(--white);
}

.nice-select.select_data.country {
    margin-bottom: 15px;
    border-radius: 4px;
}

a.text_base {
   color: var(--text);
}

.m--5px {
   color: var(--white);
}

a.text_sign.ms-2 {
   color: var(--text);
}

button.cmn_btn {
    border: none;
    color: #ffffff;
    line-height: 50px;
    background: var(--btn);
    padding: 0 35px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
}

b.detail_login {
    color: var(--text);
}

.term_link {
    display: flex;
    align-items: center;
}

.term_link p {
    margin: 0;
    margin-left: 5px;
    color: #fff;
    font-size: 15px;
}

.term_link {
    margin-bottom: 10px;
}