@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

html, body {
    min-height: 100%;
    margin:0;
}
body {
    background: #3351a2;
}

body{
background-size: auto 100%;

}
.login_top_bg{
	 -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	 -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	display:inline-block; width:100%;
}


.card-container.card {
    max-width: 600px;
    padding: 0px 30px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.card {
/*    background-color: #F7F7F7;
*/    /* just in case there no content*/
    padding: 20px 25px 30px; border:#eee 1px solid;
    margin: 0 auto ;
    margin-top: 0px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}



.profile-img-card {
    margin: 0 auto;
    color: #fff;
    border-bottom: #FECA11 1px solid;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.login_top_bg{
	 -moz-border-radius: 2px;
    -webkit-border-radius: 2px; padding:5px 0px;
    border-radius: 2px; background:#fff;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


.login_white_bg{
	/*    background-color: #F7F7F7;*/
    /* just in case there no content*/
    display:inline-block;
	
	
    margin: 0 auto ;
    margin: 20px 0px;
    /* shadows and rounded borders */
  
}

.login_bg {
	 font-weight: 400;font-family: 'Roboto Condensed', sans-serif;
    font-size: 100%; padding:30px 0px;  

}

.center_login {
    background: #FECA11; padding:15px 25px;
    display: inline-block; color:#222; border-radius:10px 10px 0px 0px;
}

.input-group {
  position: relative;
  margin: 40px 20px; background:transparent;
}

input { font-size:14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%; background:transparent;
  border: none;
  border-bottom: 1px solid #757575;
}

input:focus {
  outline: none;
}

label {
  color: #222; font-size:14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

input:focus ~ label,
input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #3973B9;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

.bar {
  position: relative;
  display:block;
  width:auto;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2c5380;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* animations */
@-webkit-keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}
@keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}
	





.footer_top_bg{ 
	 position:fixed;  bottom:0; width:100%; clear:both;font-family: 'Roboto Condensed', sans-serif;
    font-size:12px; background:#fff;
    color: #222; text-align:center; padding:5px 5px; border-top:#416c9d 1px solid;
}
input.cb { font-size:14px;
  padding: 10px 10px 10px 5px;
 background:transparent;
  border: none; width:auto; display:inline-block;
  border-bottom: 1px solid #757575;
}

.cb_left{ margin-left:10px !important; display:inline-block !important;
}


.remember{ position:relative; top:-2px; font-family: 'Roboto Condensed', sans-serif; font-size:12px; font-weight:400;
}

.submit_btn_portal, .cancel_btn_portal {
    width: 100px; /* Set fixed width for both buttons */
    padding: 10px;
    border-radius: 20px;
    font-size: 16px;
    border: 1px solid #ccc; /* Border around buttons */
    background-color: #3351a2; /* Green background for submit button */
    color: white; /* White text */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Smooth background color transition */
}

/* Cancel button specific style */
.cancel_btn_portal {
    background-color: rgba(254,203,17,0.7);
    color: #222; /* Red background for cancel button */
}

    /* Hover effects for buttons */
    .submit_btn_portal:hover, .cancel_btn_portal:hover {
        opacity: 0.8;
    }


.continue_btn_login {
    width: 100px; /* Set fixed width for both buttons */
    padding: 10px;
    border-radius: 20px;
    font-size: 16px;
    border: 1px solid #ccc; /* Border around buttons */
    background-color: #228B22; /* Green background for submit button */
    color: white; /* White text */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Smooth background color transition */
}

    .continue_btn_login:hover{
        opacity:0.8;
    }
    /*14_Jul_2020_Karthik*/
    .border_bottom {
        border-bottom: #ccc 1px solid;
        width: 100%;
        display: inline-block;
        padding: 5px 0px;
    }

.full-width-block {
    width: 100%;
    display: inline-block;
}

.student_login_bg {
    background: #44454d; font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    padding:10px 5px;
    width: 100%;min-width:100px; border-radius:15px;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    margin: 10px 0px;
}

/*14_Jul_2020_Karthik*/


/*New 02_Jul_2025*/
.full_width_block {
    display: flex;
    justify-content: space-between; /* Distribute space between sections */
    align-items: center; /* Vertically align items */
    width: 100%; /* Take full width of container */
    padding: 10px 0px; /* Add padding around the block */
}

/* Remember Me Section */
.remember-section {
    display: flex;
    align-items: center; /* Align checkbox and label vertically */
}

.cb_left {
    margin-right: 8px; /* Space between checkbox and text */
}

.remember {
    font-size: 14px;
    color: #555; /* Light color for the text */
}

/* Button Section - Align buttons side by side */
.button-section {
    display: flex;
    justify-content: flex-end; /* Align buttons to the right */
    gap: 20px; /* Add space between buttons */
}

.button-container {
    /* Width not needed since flexbox is used */
    padding: 0; /* No extra padding */
}


.pass_forgot {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #3973B9;
    padding: 20px 10px;
    position: relative;
    top: 5px;
    width: 100%;
    display: inline-block;
}
/*New 02_Jul_2025*/
@media all and (max-width:375px) {
.card-container.card {
    max-width: 350px;
    padding: 0px 0px;
    margin: 0 auto;
}

.login_white_bg {
    background-color: #F7F7F7;
    display: inline-block;
    margin: 0 auto;
    margin: 20px 4px;
}


    .submit_btn_portal, .cancel_btn_portal {
        width: 100px; /* Set fixed width for both buttons */
        padding: 10px;
        border-radius: 20px;
        font-size: 16px;
        border: 1px solid #ccc; /* Border around buttons */
        background-color: #3351a2; /* Green background for submit button */
        color: white; /* White text */
        cursor: pointer; /* Pointer cursor on hover */
        transition: background-color 0.3s; /* Smooth background color transition */
    }

    /* Cancel button specific style */
    .cancel_btn_portal {
        background-color: rgba(254,203,17,0.7);
        color: #222; /* Red background for cancel button */
    }

        /* Hover effects for buttons */
        .submit_btn_portal:hover, .cancel_btn_portal:hover {
            opacity: 0.8;
        }




    .pass_forgot {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        color: #3973B9;
        padding: 20px 10px;
        position: relative;
        top: 5px;
        width: 100%;
        display: inline-block;
    }
}




@media all and (max-width:414px) {
.card-container.card {
    max-width: 350px;
    padding: 0px 0px;
    margin: 0 auto;
}

.login_white_bg {
    background-color: #F7F7F7;
    display: inline-block;
    margin: 0 auto;
    margin: 20px 4px;
}

    .submit_btn_portal, .cancel_btn_portal {
        width: 100px; /* Set fixed width for both buttons */
        padding: 10px;
        border-radius: 20px;
        font-size: 16px;
        border: 1px solid #ccc; /* Border around buttons */
        background-color: #3351a2; /* Green background for submit button */
        color: white; /* White text */
        cursor: pointer; /* Pointer cursor on hover */
        transition: background-color 0.3s; /* Smooth background color transition */
    }

    /* Cancel button specific style */
    .cancel_btn_portal {
        background-color: rgba(254,203,17,0.7);
        color: #222; /* Red background for cancel button */
    }

        /* Hover effects for buttons */
        .submit_btn_portal:hover, .cancel_btn_portal:hover {
            opacity: 0.8;
        }




    .pass_forgot {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        color: #3973B9;
        padding: 20px 10px;
        position: relative;
        top: 5px;
        width: 100%;
        display: inline-block;
    }
}



