*{
    font-family: "Roboto",sans-serif;
}
body{
    background-image: url("https://www.pulseplus.in/content/images/icons/bg.png");
}
#card{
    margin: auto;
    margin-top: 12%;
    max-width: 480px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    background-color: white;
}
.image{
   text-align: center;
}
.loginForm{
    max-width: 380px;
    margin: auto;
}
.icon {
    padding: 10px;
    background-color: #e9ecef;
    min-width: 50px;
    text-align: center;
}
.envelope,.key{
    width: 100%;
    display: flex;
}
input:focus{
    border-color: #007BFF;
}
#togglePassword{
    
    margin-left: -30px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 10px;
   
}
input{
    padding: 6px 80px 4px 4px;
    font-size: 16px;
    width: 94%;
    padding: 10px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #ced4da;
    outline: none;
}

button{
    background-color: #f9ae42;;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font-size: 18px;
    border-radius: 4px;
}
button:hover {
    opacity:1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
h2{
    color: #494848;
}
h4{
    font-size: 16px;
    color: #494848;
}
#refBox{
    width: 100%;
    display: flex;
    border-radius: 3px; 
}
.ref{
    padding: 6px 150px 4px 4px;
    font-size: 16px;
    width: 100%;
    padding: 10px;
}

.icon {
    padding: 13px;
    background: lightgrey;
    color: black;
    min-width: 35px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
}
.policy > p > a{
    color: #007BFF; 
    font-size: 16px;
    text-decoration: none;
}
.policy{
    text-align: center;
}

