@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');


:root {

    --secondery-color: #127DCC;
    --white: #fff;
    --partagraph: #3E334E;
    --black: #000;
    --grey: #f5f5f5;
    --primary-color: #18497C;

}

body {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--black);
    background-color: var(--white);
}

a {
    text-decoration: none;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}


p {
    font-size: 16px;
    color: var(--partagraph);
    line-height: 1.7;
}


.relevent-content {
    font-weight: 500;
    font-size: 16px;
}

.form-control {
    padding: 0.575rem 0.75rem;
    border-radius: 10px;
    background-color: #F4FAFF;
    border: 1px solid #AFA2C3;
    height: 56px;
    font-weight: 600;
}

input.form-control::placeholder {
    font-size: 16px;
    color: var(--partagraph);
    font-weight: 500;
}

.btn {
    background-color: var(--primary-color);
}

.content {
    padding: 7rem 0;
}

h1,
h2 {
    font-weight: bold;
    line-height: 1.5;
}

h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.leftSec, .rightSec {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }


.rightSec  {
    background-image: url(../img/Loginbg.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}


.btn-login,
.btn-sign-in {
    padding: 12px 20px;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    background: var(--secondery-color);
    width: 48%;
    color: var(--white);
}

.btn-sign-in {
    background-color: transparent;
    color: var(--partagraph);
    border: 1px solid #AFA2C3;
}

.btn-sign-in.customcss-registration {
    padding: 12px 20px;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    background: var(--secondery-color);
    width: 48%;
    color: var(--white);
}
.btn-login.customcss-login{    
    background-color: transparent;
    color: var(--partagraph);
    border: 1px solid #AFA2C3;}

.btn:hover {
    color: var(--secondery-color);
    /* border: 1px solid #AFA2C3; */
}
.fogot-pass {
    text-decoration: underline;
    color: var(--secondery-color);
    font-size: 15px;
}
.body-inner {
    width: 290px;
    text-align: center;
}

.property-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.tagline {
    padding: 15px;
    background-color: var(--primary-color);
    color: var(--white);
  }
  
.tagline span {
    display: block;
}

.login {
    background-color: #F4FAFF;
}

.login-wrap {
    overflow: hidden;
}

.btn:first-child:active {
    color: var(--white);
    background: var(----primary-color);
    border: 1px solid var(----primary-color);
}

/*  */
.heading-bg {
    position: absolute;
    top: 29px;
    left: 49px;

}

p {
    font-size: 14px;
}

.heading-bg h4 {
    font-size:32px;
    font-weight: bold;
}

.box {
    min-width: 500px;
    padding: 15px;
}


.forgot-pass {
    text-decoration: underline;
    color: var(--partagraph);
    font-weight: 500;
    cursor: pointer;
  }
  
.toggle-password {
    position: absolute;
    right: 15px;
    top: 52px;
    color: var(--partagraph);
    font-size: 16px;
  }

.form-outline {
    text-align: left;
    position: relative;
}

.btn-social-media {
    display: inline-block;
    font-size: 16px;
    color: var(--partagraph);
    text-decoration: none;
    border-radius: 5px;
    background-color: transparent;
  }

/* .or-detail{color: var(--partagraph);} */

label,
.Remember,
.or-detail {
    font-weight: 500;
    color: var(--partagraph);
}

.or-detail {
    font-size: 14px;
}

.invalid-feedback{
    display: block !important;
    color: #dc3545;
    font-size: 14px;
}

.nonfield{
    color: #dc3545;
}

#signup-custom{
    background: var(--secondery-color);
    width: 100%;
    color: #fff;
    font-weight: 600;
    border: none;
}

.messages-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    min-width: 300px;
}

.alert {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}
.user-icon {
    position: absolute;
    top: 22px;
    right: 13px;
}
.user-icon svg {
    width: 26px;
}



#password-requirements li.invalid {
    color: #dc3545;
}
#password-requirements li.valid {
    color: #28a745;
}