/*
Theme Name: Network Portal
Author: Your Name
Description: A custom theme for eRED login portal.
Version: 1.0
*/
body, html {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(103.63deg, #B699E7 7.84%, #FF9BA1 92.03%);
}




.login-wrapper {
    height: calc(100vh - 46px);
    display: flex;
	
    align-items: center;
    justify-content: flex-start;
    padding-top: 80px;
    flex-direction: column;
    align-content: center;
}

.login-box {
    max-width: 400px;
	width: 470px;
    width: 100%;
    background: white;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    text-align: center;
}
.header.text-start.w-100 {
    padding: 15px 35px 0px;
}

.login-logo {
    height: 30px;
    
}

input {
    padding: 10px;
    height: 60px;
    border: 1px solid #A9A9A9;
    border-radius: 5px;
}
div#footer,div#header,hr {
    display: none;
}
h4.text-white.heading {
	width: 470px;
    font-size: 30px;
    font-weight: 500;
}
p.text-white.sub-heading {
	width: 470px;
    font-size: 16px;
    font-weight: 400;
}
p.login-text {
    font-size: 22px;
    font-weight: 500;
}
p.otp-text {
    font-size: 10px;
    font-weight: 400;
    color: #A9A9A9;
    margin: 20px 0px;
}
button#loginBtn {
    background: #7870D2 !important;
    width: 269px;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 18px;
}
p.resend-otp-text.text-end {
    color: #E72D38;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
	cursor:pointer;
}
.logo-div{
margin-top:20px;
}
nav.nav.flex-column {
    margin-top: 101px;
}
