 
 /* ---------------------------------------------- */
 
      @import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Sour+Gummy: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");
  
      .head-font {
        padding: 16px 10px;
        color: brown;
        border: 1px solid red;
        border-radius: 50%;
      }

      * {
        box-sizing: border-box;
      }

      body {
        background: rgb(2, 0, 36);
        background: #fff;
        color: white;
        font-family: Helvetica;
        position: relative;
      }
 
      a {
        color: inherit;
      }
      #centerBox {
        width: 78%;
        text-align: center;
        margin: auto;
      }

      .remember {
        font-size: 16px;
        padding-left: 8px;
      }
 
      .keeped-log {
        font-size: 14px;
        color: white !important;
      }

      .p-0 {
        padding: 0px;
      }

      .divLogo {
        float: right;
        right: 0;
        margin-top: 20px;
        bottom: 0;
        width: 25%;
      }

      @media (max-width: 1042px) {
        #borderBox {
          min-width: 300px;
          width: 60%;
        }
      }

      @media (max-width: 425px) and (min-width: 320px) {
        #centerBox {
          width: 90%;
          text-align: center;
          margin: auto;
        }

        .welcome {
          padding-top: 10px;
        }

        .Logo {
          padding: 0px !important;
        }
      }

      @media (max-width: 768px) and (min-width: 436px) {
        #centerBox {
          width: 90%;
          text-align: center;
          margin: auto;
        }

        .welcome {
          padding-top: 1em;
        }

        .Logo {
          padding: 10px !important;
        }
      }
 
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        list-style: none;
      }

      .uni-name {
        display: flex;
        margin: 0px;
        font-size: 26px;
        color: #fff;
        padding: 12px 0px;
        font-weight: 500;
        text-align: center;
        background-image: linear-gradient(to right, #25aaf2, #56cc90);
        font-family: "Audiowide", sans-serif;
       font-weight: 400;
        font-style: normal;
        font-variation-settings: 600;
        justify-content: space-between;
      }

      .hlogo {
        width: 220px;
        margin: 5px 12px;
      }

      form#myform {
        padding: 0 23px;
      }
      .borderBox {
        border-radius: 12px;
        width: 100%;
        display: inline-block;
        padding: 12px 4px 39px;
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
      }

      input {
        padding: 13px 50px 13px 20px;
        background: #eee;
        border-radius: 8px;
        border: none;
        outline: none;
        font-size: 16px;
        color: #333;
        font-weight: 500;
        width: 100%;
      }

      .col-form-label {
        font-size: 16px;
        text-align: left;
        padding-top: 15px;
        color: #000;
      }

      #marginTop {
        margin-top: 32px;
      }

      .welcome {
        text-align: center;
        color: #194471;  
        font-size: 28px;
        font-weight: 600;
        line-height: 47px;
        background: linear-gradient(270deg, #25aaf2, #56cc90);
        background-size: 400% 400%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        animation: gradientAnimation 4s ease infinite;
      }

      @keyframes gradientAnimation {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }

      .btn {
        width: 100%;
        padding: 0;
      }

      .btnForm-login {
        height: 48px;
        background: #7494ec;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: none;
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        width: 100%;
      }

	  .welcome-font {
	    padding: 5px 20px;
	    color: #194471;
	    font-size: 26px;
	   /*  padding-top: 10px; */
	    font-family: "Audiowide", sans-serif;
	    font-weight: 400;
	    font-style: normal;
	    margin-top: 1px;
      }
	.p-10{
		padding: 10px 0px;
	}
   
   
   
   .custom-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 11px;
    border-radius: 8px;
    text-decoration: none;
    background-color: white;
    color: #333;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    left: -9px;
    top: 6px;
}
.custom-link:hover {
  background-color: #f0f4ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.custom-icon svg {
  width: 24px;
  height: 24px;
  fill: #4a90e2;
}

.custom-text {
  font-size: 16px;
  font-weight: 500;
}

 