body{
    background-image: ;
    background-color: #e6effaea;
}

#main{
    padding: 10px;
    margin: 10px;
}

.form{
    height: 220px;
    background-color: white;
    width: 400px;
    margin: 10px;
}
.form h2{
    text-align: center;
    padding-bottom: -30px;
    font-size: 35px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 550;
}
.login-form{
    background-color: white;
    height: 100%;
}

.welcome-form p{
   font-size:45px;
   width: 400px;
   text-align: center;
   margin-top: 50px;
}

.welcome-form p span{
    color: red;
}

form{
    padding-top: 0px;    
}
form h5{
   margin-bottom: 4px;
   margin-top: 40px;
   font-size: 15px;
   padding-left: 29px;
   font-weight: 100;
}
.input-form{
}
form .grp-a{
    margin: 15px;
    height: 40px;
    margin-top: 0px;
    letter-spacing: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #641515;
    font-family: 'Arial Narrow', sans-serif;
    font-size: 18px;
    font-weight: 100;
    outline: 0;
    font-size: 24px;
    color: #555;
    width: 80%;
    
}

form .grp-c{
    width: 50px;
    margin: 15px;
    height: 33px;
    margin-top: 40px;
    margin-left: 30px;
    cursor: pointer;
}

form .grp-d a:hover{
    background-color: rgba(117, 228, 185, 0.63);
    color: black;
}

form .grp-d a {
    color: rgb(92, 86, 86);
    text-decoration: none;
    transition: 0.3s;
    
}

form  .grp-d{
    float: right;
    font-style: italic;
    margin-right: 10px;
}

.alert-alert-danger{
    text-align: center;
    color: red;
    animation: backwards;
    transition: 0.3s;
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
}
form .grp-a .input-box{
    width: 100%;
    max-width: 500px;
    
}
form .grp-a .input-box input{
    padding: 10px 0;
    outline: 0;
    font-size: 24px;
    color: #555;
    background: none;
    width: 80%;
}
form .grp-a img{
    width: 30px;
    cursor: pointer;
    float: right;
    margin-top: -42px;
    margin-right: 20px;
}