*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
}

:root
{
  --color1: #243D7F; 
  --color2: #059BD8;
  --color3: #ffffff; 
  --color4: #f4f6fc;
  --color5: #2F80ED;
  --color6: #ECF4FF;
}

/* Latest Web POrtal Design New CSS as on 19th July 2023 */
.login-page-logo img
{
    width: 220px;
}

.logo-login-page-2 img
{
    width: 180px;
}

.first-half-box
{
    background-image: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0) ) , url("../../images/login/1.png");
    background-position: center;
    height: 110vh;
    background-size: cover;
}

.first-half-box-2
{
    background-image: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0) ) , url("../../images/login/1.png");
    background-position: center;
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers vertically */
    align-items: left; /* Centers horizontally */
    padding: 40px 60px 40px;
}

.first-half-box-3
{
    background-image: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0) ) , url("../../images/login/1.png");
    background-position: center;
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers vertically */
    align-items: left; /* Centers horizontally */
    padding: 30px 0px 0px;
}


.second-half-box
{
    background-color: #F6F6F6;
    background-position: center;
    height: 110vh;
    background-size: cover;
}

.second-half-box-2
{
    background-color: #F6F6F6;
    background-position: center;
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers vertically */
    align-items: center; /* Centers horizontally */
}

@media screen and (max-width: 992px)
{
    .desktop-version
    {
        display: none;
    }  
    .first-half-box
    {
        height: 100%;
    }

    .second-half-box
    {
        height: 100%;
    }  
    .first-half-box-2
    {
        height: 100%;
    }
    .second-half-box-2
    {
        height: 100%;
    }
    .first-half-box-3
    {
        height: 100%;
    }
}

.second-half-box
{
    padding: 30px 50px 30px;
}

.spacer-1
{
    height: 40px;
}

.spacer-2
{
    height: 80px;
}

.spacer-3
{
    height: 5px;
}

.spacer-4
{
    height: 50px;
}

.heading-1
{
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.heading-2
{
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 1px;
    margin-bottom: 0px;
}

.heading-3
{
    color: var(--color1);
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0px ;
}

.heading-4
{
    color: var(--color1);
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 0px ;
}

.heading-5
{
    text-align: center;
    color: #232323;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 0px ;
}

.heading-6
{
    color: var(--color1);
    font-weight: 800;
    font-size: 34px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0px ;
}

.heading-7
{
    color: #232323;
    font-weight: 800;
    font-size: 34px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0px ;
}

.sub-heading-1
{
    letter-spacing: 1px;
    word-spacing : 1px;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
}


.sub-heading-2
{
    margin-bottom: 0px;
    letter-spacing: 1px;
    word-spacing : 1px;
    line-height: 25px;
    font-size: 13px;
    color: #000000;
}

.sub-heading-3
{
    letter-spacing: 1px;
    word-spacing : 1px;
    font-size: 10px;
    color: #000000;
}

.sub-heading-4
{
    letter-spacing: 1px;
    word-spacing : 1px;
    font-size: 12px;
    color: #454545;
    text-align: center;
}

.border-spacing-1
{
    padding: 0px 80px 0px;
}

@media screen and (max-width: 992px)
{
    .border-spacing-1
    {
        padding: 0px 20px 0px;
    }    
}

.background-1
{
    background-color: #ffffff;
    padding: 20px 40px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.background-1:hover
{
    background-color: #E9F3FB;
    box-shadow:inset 0px 0px 0px 1px var(--color1);
    transition: 0.4s;
}

.background-1:hover .portal-login-icon-1
{
    background-color: var(--color1);
    transition: 0.4s;
}

.background-1:hover .portal-login-icon-1 img
{
    filter: brightness(0) invert(1);
    transition: 0.4s;
}

.background-1:hover .portal-login-icon-2 i
{
    color: var(--color1);
    display: block;
    transition: 0.4s;
}

.portal-login-icon-1
{
    border: 1px solid var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}

.portal-login-icon-2 i
{
    display: none;
}

.portal-login-icon-1 img
{
    width: 24px;
}

.portal-login-content-1
{
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 992px)
{
    .portal-login-content-1
    {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}

.login-page-btn-1
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-half-box a:hover
{
    text-decoration: none;
}

.main-content-box
{
    border-radius: 10px;
    padding: 30px 40px 30px;
    background-color: #ffffff;
}

@media screen and (max-width: 992px)
{
    .main-content-box
    {
        padding: 30px 10px 30px;
        margin-top: -30px;
        margin-bottom: 30px;
    }    
}

.margin-1
{
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-form-content-1 .dropdown button
{
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: grey;
}

.login-form-content-1 .dropdown-menu
{
    border: none;
}

.login-form-content-1 .dropdown-menu .dropdown-item
{
    font-size: 12px;
}

.forgot-password-btn-1
{
    text-align: right;
}

.forgot-password-btn-1 a
{
    color: var(--color2);
    font-size: 12px;
    font-weight: 600;
}

.form-title label
{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03rem;
}

.form-title input
{
    font-size: 15px;
}

.submit-btn-1
{
    background-color: var(--color2);
    border-radius: 10px;
    text-align: center;
}

.submit-btn-1 button
{
    background-color: transparent;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    color: #ffffff;
}

.submit-btn-1:hover
{
    background-color: var(--color1);
    transition: 0.4s;
}

.submit-btn-2
{
  background-color: var(--color2);
  border-radius: 10px;
  text-align: center;
  padding: 15px 45px 0px 45px;
}

.submit-btn-2 p
{
  color: #ffffff;
  font-weight: 600;
}

.submit-btn-2:hover
{
  text-decoration: none;
    background-color: var(--color1);
    transition: 0.4s;
}

.dont-have-acc-btn-1
{
    text-align: center;
}

.dont-have-acc-btn-1 a
{
    color: var(--color2);
    font-size: 12px;
    font-weight: 600;
}

.toggle-switch 
{
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 22px;
    height: 10px;
    margin-left: 25px;
}

.toggle-switch input
{
    display: none;
}

.slider
{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.4s;
}

.slider:before
{
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider
{
    background-color: #2196F3;
}

input:checked + .slider:before
{
    transform: translateX(12px);
}

.remember-me-text
{
    color: var(--color2);
    font-size: 12px;
    font-weight: 600;
    margin-left: 26px;
}

.remember-me-btn
{
    display: grid;
    justify-items: left;
    align-items: center;
}

.email-template-bg-1
{
  background-color: #F4F6FC;
  padding: 80px;
}

.email-template-bg-2
{
  text-align: center;
  background-color: #ffffff;
  padding: 80px;
}

.email-template-content-1
{
  letter-spacing: 1px;
  word-spacing: 2px;
  line-height: 30px;
}

.email-template-content-2
{
  font-weight: bold;
  font-size: 38px;
}

.email-template-btn-1
{
  background-color: var(--color1);
  color: #ffffff;
  padding: 10px 30px 10px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
}

/* Forgot Password pages code Below */
.first-half-horizontal-box-1
{
  background: linear-gradient(rgba(3, 34, 118, 1), rgba(84, 166, 240, 1));
  height: 60vh;
  background-repeat: no-repeat;
}

.second-half-horizontal-box-1
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.third-half-horizontal-box-1
{
  background-color: #F4F6FC;
  height: 40vh;
}

.main-content-box-2
{
  margin: 0px;
}

.form-label-heading-1
{
  color: #6A6A6A;
}

.main-content-box-2
{
    border-radius: 10px;
    padding: 60px 40px 60px;
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 992px)
{
  .main-content-box-2
  {
      padding: 30px 10px 30px;
      margin-top: -30px;
      margin-bottom: 30px;
  } 
  .first-half-horizontal-box-1
  {
    background: linear-gradient(rgba(3, 34, 118, 1), rgba(84, 166, 240, 1));
    height: 100vh;
    background-repeat: no-repeat;
  }   
  
  .second-half-horizontal-box-1
  {
    background: linear-gradient(rgba(3, 34, 118, 1), rgba(84, 166, 240, 1));
    height: 100vh;
    background-repeat: no-repeat;
  }   
  .third-half-horizontal-box-1
  {
    background-color: #F4F6FC;
    height: 0vh;
  }
}

.main-content-box-3
{
  padding: 30px 40px 50px;
}

.tick-icon-1
{
  width: 110px;
}

.back-to-portal-box
{
  position: fixed;
  top: 0%;
  right: 60px;
  z-index: 11;
  text-align: right;
}

.back-to-portal-btn .dropdown button
{
  background-color: #31353d;
  padding: 15px 45px 15px;
  border: none;
  color: #ffffff;
  border-radius: 0px 0px 30px 30px;
  font-weight: bold;
}

.bg-color-1
{
  background-color: rgb(203, 244, 255);
  padding: 40px 30px 40px;
  margin-bottom: 50px;
  border-radius: 30px;
}

.error-msg
{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: red;
  line-height: 30px;
  margin-top: 5px;
}