*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}


.header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 10px 20px;
    background: #FFFBFB;
    border-bottom: 1px solid #e1e1e1;
    height: 4.5em;
    position: fixed;
    width: 100%;
    box-shadow: 0px 4px 8px 3px #00000040;
    z-index: 1000;
}

.tig_logo {
     height: 3em;
    width: 80%;
}

.login-container {
    position: fixed;
    top: 3em;
    left: 0;
    display: grid;
    width: 100%;
    height: calc(100vh - 3em);
    grid-template-columns: 1fr 0.6fr;
    background-color:white;
}

.welcome-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome-section img{
    width: 100%;
    height: calc(100vh - 3em);
    
}
.login-section {
    background: white;
    padding: 60px;
    box-sizing: border-box;
    padding-inline: 5rem;
}


.heading_login{
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Spectral;
    color: #18345E;
    /* font-family: "Quicksand", sans-serif; */
}

.login-section-p {
    margin-bottom: 1.8rem;
    color: #18345E;
    text-align: center;
    font-weight: 650;
    font-family: Arial;
    /* font-family: "Quicksand", sans-serif; */
}

.label_style{
    color: #18345E;
    font-family: Spectral;
    font-style: normal;
    font-weight: 700;   
}

.input-style{
border-radius: 6px;
background: #F4F2F2;
border: none;
}
.block{
    display: grid;
    grid-template-rows: 0.25fr 1fr;
    margin-bottom: 0.8rem;

}

.block-col{
    display:flex;
    margin-bottom: 2rem;
    gap: 1rem;
    font-size: 1rem;
}
.check-style{
    width: 1.5rem;
}

.login-section-remember-me{
    color: #18345E;
    text-align: center;
    font-weight: 650;
    /* font-family: "Quicksand", sans-serif; */
}

.login-section-forget-pass{
    color: #18345E;
    text-align: center;
    font-weight: 650;
    text-decoration: none;
    margin-top: 1em;
    margin-left: 6em;

    /* font-family: "Quicksand", sans-serif; */
}


.login-section input[type="text"],
.login-section input[type="password"] {
    margin-block: 0.5rem;
    padding: 0.4rem 0.3rem; 
    padding-left: 1rem;
    font-size: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #6b6b6b;
    border-radius: 6px;
    background: #F4F2F2;
    border: none;
    
}

.login-section input[type="text"]{
    position: relative;
}

.login-section button {
    padding: 0.3rem 0.1rem;
    font-family: Spectral;
    width: 100%;
    font-size: medium;
    background: #E32727;
    border: none;
    border-radius: 7px;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.login_link{
    padding: 0.3rem 0.1rem;
    text-decoration: none;
    width: 100%;
    font-size: medium;
    background: #E32727;
    border: none;
    border-radius: 7px;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.icon{
 color: white;
 font-size: 150%;
 text-align: center;
 margin-right: 0.7rem;

}
.flex_center{
 display: flex;
 justify-content: center;
 align-items: center;
 
}
.login-section input:focus{
 outline: none;
 box-shadow: 0 4px 8px -2px #00000033;;
}

.icon_tig{
    height: 5rem ;
    width:auto;
    

}

.margin-2{
    margin-top:2rem;
}

.flex_center_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
   }

.font_lg{
    font-size:1.5rem;
    
}
.width_95{
    width:95%;
}

.forgot-pass-style{
    color: #1520A6;
    text-align: center;
    font-weight: 650;
    /* font-family: "Quicksand", sans-serif; */
    text-decoration: none;
    text-align: center;
    margin-left: 1rem;
}
.input-wrapper{
    position: relative;
    width: 100%;
}
.input_icon{
    position: relative;
}

.mail-icon{
    position: absolute;
    right: 6.5em;
    top: 11.25em;
    display: none;
}

footer{
    position: fixed;
    bottom: 0;
    margin-bottom: 0.5em;
}

.footer-p{
    color: #9A9A9A;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.error_message{
    color: #E32727;
    /* font-family: "Quicksand", sans-serif; */
    font-weight: 500;
    font-size: medium;
    list-style: none;
}

.form_error_message{
    text-align: center;
    color: #E32727;
    /* font-family: "Quicksand", sans-serif; */
    font-weight: 500;
    font-size: medium;
    list-style: none;
}

/* success */
.successPopup {
    display: block;
    position: fixed;
    top: 85%;
    left: 60%;
    transform: translate(-85%, -60%);
    width: 370px;
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 100000;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #50CC64;
    -webkit-transform: translate(-85%, -60%);
    -moz-transform: translate(-85%, -60%);
    -ms-transform: translate(-85%, -60%);
    -o-transform: translate(-85%, -60%);
    height: 3.7rem;
}

.successPopup-content {
    display: flex;
    gap: 0.5rem;
    height: 3.7rem;
}
.successPopup-header{
    background: #50CC64;
    height: 3.7rem;
    padding: 0.8rem 0.5rem;
    
}
.successPopupClose{
    flex-grow: 1;
    border: none;
    background: transparent;
    height: 3.7rem;
    border-left: 1px solid grey;
    cursor: pointer;
    padding: 0.8rem 0.5rem;
}
.successPopup-right-content{
    padding-top: 0.3rem;
}
.successPopup-right-content p{
    padding-top: 0.5rem;
}


@media (min-width : 1750px){
    .login-section-p {
       font-size: 1.2rem;
       font-weight: 600;
       letter-spacing: 1px;
    }
    .heading_login{
        font-size: 3rem;
        margin-bottom: 0.5rem;
        text-align: center;
        font-weight: 700;
    }
    .label_style{
        font-size: 1.2rem;
    }
    .login-section input[type="text"],
    .login-section input[type="password"] {
        border-radius: 7px;
        margin-block: 1rem;
        padding: 0.8rem 0.6rem;
        font-size: 1.2rem;
        padding-left: 1.5rem;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
}
    .login-section button {
        padding: 0.6rem 0.2rem;
    }
    .login-container {
        grid-template-columns: 0.7fr 0.5fr;
        
    }
    .forgot-pass-style{
        font-size: 1.1rem;
    }
    .login-section-remember-me{
        font-size: 1.1rem;
    
    }
    .login-section-forget-pass{
        margin-top: 1em;
        margin-left: 14em;
    }

    .login-section-p{
        margin-bottom: 3rem;
    }
    .block-col{
        margin-bottom: 3rem;
    }
    .login-section{
        padding-top: 6rem;
        padding-inline: 7rem;
    }
    .mail-icon{
        right: 9.5em;
        top: 17.45em;
        height: 30px;
    }

    .successPopup {
        width: 400px;
        height: 4rem;
        
    }
    .successPopup-content {
        gap: 1rem;
        height: 4.5rem;
    }
    .successPopup-header{
        background: #50CC64;
        padding: 0.43rem;
        margin: 0px;
        height: 4.5rem;
        padding-top: 1rem;
    }

    .successPopupClose{
        flex-grow: 1;
        background: transparent;
        height: 4.5rem;
        border-left: 1px solid grey;
        cursor: pointer;
        font-size: 1rem;
    }
    

    
    
}