@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.sing-up-section {
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 26px;
    background-position: center;
    padding-left: 60px;
    padding-right: 100px;
}
.sing-up-form {
    border-radius: 24px;
    background: var(--White-900, #FFF);
    box-shadow: 0 32px 64px -12px rgba(85, 105, 135, 0.20);
    max-width: 578px;
    margin: 0 auto;
    padding-bottom: 1px;
}
.forgot-section {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
}
.login-form .form-group .link {
    float: right;
    font-weight: 500;
    color: #000 !important;
}
.sing-up-form-card {
    padding: 59px 66px 0px 66px;
}

.sing-up-form-title h2 {
    color: #186671;
    text-align: center;
     font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px; /* 118.75% */
    letter-spacing: -0.64px;
    margin: 0;
}

.sing-up-form-title {
    margin-bottom: 30px;
}

.navbar-brand-logo {
    margin-bottom: 88px;
}

.form-label {
    color: #186671;
     font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.form-control {
    padding: 13px 14px;
    border-radius: 8px;
    border: 1px solid var(--Gray-200, #D5DAE1);
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: #8D99AC;
     font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.form-select {
    padding: 13px 14px;
    border-radius: 8px;
    border: 1px solid var(--Gray-200, #D5DAE1);
    background-color: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: #8D99AC;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 50px;
}

.remember-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.remember-row a {
    color: #2C6EDA;
    text-align: right;
     font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.form-check-label {
    color: #041F53;
     font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.sign-up-button {
    border-radius: 6px;
    background: #186671;
    box-shadow: 0 1px 2px 0 rgba(105, 81, 255, 0.05);
    color: var(--Primary-050, #F8F5FF);
     font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    text-transform: uppercase;
    width: 100%;
    padding: 12px 18px;
    border-color: #186671;
}

.sign-up-button:hover {
    background-color: #186671;
    border-color: #186671;
}

.divider {
    color: #707C93;
     font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(19, 19, 19, 0.2509803922);
    margin-right: 20px;
}

.divider:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(19, 19, 19, 0.2509803922);
    margin-left: 20px;
}

.social-card a {
    background: var(--White-900, #FFF);
    color: var(--Gray-500, #556987);
     font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1px solid #DADADA;
    box-shadow: 0 1px 2px 0 rgba(105, 81, 255, 0.05);
    margin-bottom: 10px;
    padding: 11px 0px;
    text-decoration: none;
}

.social-card a img {
    margin-right: 10px;
}

.social-card {
    margin-top: 22px;
    cursor: pointer;
}
.signup-content {
    padding: 38px 0px;
    position: relative;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.signup-content:before {
    content: "";
    height: 102px;
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 5px;
    background-image: url(../img/box-sho.png);
    border-radius: 0 0 20px 20px;
}
.signup-content h3 {
    color: #041F53;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    z-index: 999;
    position: relative;
}

.signup-content h3 a {
    color: #2C6EDA;
    font-weight: 700;
    text-decoration: none;
}
.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer ul li {
    color: #556987;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 5px;
}

.footer ul li a {
    color: #2C6EDA;
    text-decoration: none;
}

.footer {
    margin-top: 140px;
}

.sing-up-form-card .mb-3 {
    position: relative;
    margin-bottom: 20px !important;
}
.toggle-password {
    position: absolute;
    right: 14px;
    bottom: 18px;
    color: #BDBDBD;
}
li.divider-gray {
    color: #CCD1D8;
}
.quickly-content-list-row {
    display: flex;
    margin-bottom: 33px;
}

.quickly-content-list-content h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 8px;
}

.quickly-content-list-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}

.quickly-content-list-content {
    margin-left: 12px;
}

.quickly-content {
    padding-top: 177px;
}
.sing-up-form.sign-up-right {
    margin: 0;
    margin-left: auto;
}
.navbar-brand-logo.navbar-brand-no-gap {
    margin-bottom: 50px;
}
.flag-icon {
    position: absolute;
    top: 29px;
    left: 7px;
    
}

.flag-icon img {
  
    width: 30px;
    height: 30px;
}
.login-page {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) { 
   .sing-up-section {
    padding: 30px 0px;
}
.navbar-brand-logo {
    margin-bottom: 50px;
}
.quickly-content {
    padding-top: 0;
}

    .navbar-brand-logo img {
        max-width: 250px;
    }

.quickly-content-list-content p {
    font-size: 16px;
    line-height: 25px;
}

.quickly-content-list-content h3 {
    font-size: 25px;
    line-height: 30px;
}

.sing-up-form-card {
    padding: 50px 15px 0px 15px;
}

.footer {
    margin-top: 50px;
}

.quickly-content-list-row {
    margin-bottom: 25px;
}

.sing-up-form-title h2 {
    font-size: 25px;
} 
.sing-up-form {
    max-width: 100%;
}
.sing-up-form.sign-up-right {
    margin: 0 auto;
}
.signup-content:before{
        background-size: cover;
                border-radius: 0 0 20px 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) { 
.sing-up-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.sing-up-form-card {
    padding: 40px 15px 0px 15px;
}

.quickly-content {
    padding-top: 50px;
}

.quickly-content-list-content p {
    font-size: 16px;
    line-height: 23px;
}

.quickly-content-list-content h3 {
    font-size: 22px;
    line-height: 30px;
}

.footer {
    margin-top: 50px;
}

.sing-up-form-title h2 {
    font-size: 25px;
}

.sing-up-form-title {
    margin-bottom: 20px;
}

.form-control {
    padding: 10px 14px;
}

.form-select {
    padding: 10px 14px;
    padding-left: 50px;
}

.sign-up-button {
    padding: 10px 18px;
    font-size: 16px;
}
.navbar-brand-logo.navbar-brand-no-gap {
    margin-bottom: 30px;
}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) { 
.sing-up-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.sing-up-form-card {
        padding: 40px 30px 0px 30px;
    }

.quickly-content {
    padding-top: 50px;
}

.quickly-content-list-content p {
    font-size: 16px;
    line-height: 23px;
}

.quickly-content-list-content h3 {
    font-size: 25px;
    line-height: 30px;
}

.footer {
    margin-top: 50px;
}

.sing-up-form-title h2 {
    font-size: 25px;
}

.sing-up-form-title {
    margin-bottom: 20px;
}

.form-control {
    padding: 10px 14px;
}

.form-select {
    padding: 10px 14px;
    padding-left: 50px;
}

.sign-up-button {
    padding: 10px 18px;
    font-size: 16px;
}
.navbar-brand-logo.navbar-brand-no-gap {
    margin-bottom: 30px;
}
.navbar-brand-logo {
    margin-bottom: 30px;
}
}


@media screen and (min-width: 1201px) and (max-width: 1365px) { 
    .sing-up-section {
    padding-left: 50px;
    padding-right: 60px;
}
.quickly-content {
    padding-top: 90px;
}

.quickly-content-list-content h3 {
    font-size: 25px;
    line-height: 30px;
}

.quickly-content-list-content p {
    font-size: 16px;
    line-height: 27px;
}

.sing-up-form-card {
    padding: 59px 40px 0px 40px;
}

.sing-up-form-card .mb-3 {
    margin-bottom: 15px !important;
}
.navbar-brand-logo {
    margin-bottom: 50px;
}
}

@media screen and (min-width: 1366px) and (max-width: 1900px) { 
    .sing-up-section {
    padding-left: 50px;
    padding-right: 60px;
}
.quickly-content {
    padding-top: 90px;
}

.quickly-content-list-content h3 {
    font-size: 25px;
    line-height: 30px;
}

.quickly-content-list-content p {
    font-size: 16px;
    line-height: 27px;
}

.sing-up-form-card {
    padding: 59px 40px 0px 40px;
}

.sing-up-form-card .mb-3 {
    margin-bottom: 15px !important;
}
.navbar-brand-logo {
    margin-bottom: 50px;
}
}