.box{
    width: 400px;
    margin: 40 auto;
    justify-content: center;
                
    }
.text{
    width: 90%;
    outline: none;
    border: 1px solid #3F50CC;
    margin: 3px 0px;
    height: 27px;
    margin-bottom: 0px;
    margin-top: 1px;
    box-align: center;
    align-items: center;
    padding: 3px 5px;
    color: #3F50CC;
    background-color: #EEEFFF; 
    box-shadow: 5px 10px rgba(0,0,139,.2);

    }
.button{
    width: 90%;
    padding-left: 10px;
    padding: 7px 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #3F50CC;
    font-size: 1em;
    color: black;
    outline: none;
    border: 1px solid #3F50CC;
    cursor: pointer;
    align-items: center;
    border-radius: 10px;
    box-shadow: 5px 7px rgba(0,0,0,.15);
    cursor: pointer;

        }
.button:hover
{
    color: yellow;
}
.error{
    width: 385px;
    display: block;
    margin: 0px 0px;
    background: #EEEFFF;
    text-align-last: center;
    color: rgb(102, 3, 3);
    font-size: 20px;
    padding: 5px 5px;
    border: 1px solid rgb(102, 3, 3);
    box-shadow: -0px 0px 4px 4px rgb(0, 0, 0, 0.15);


}

.loginerror{
    width: 385px;
    margin: 20px 20px;
    margin-bottom: 5px;
    display: block;
    background: #EEEFFF;
    color: rgb(102, 3, 3);
    font-size: 20px;
    padding: 5px 5px;
    border: 2px solid rgb(102, 3, 3);
    box-shadow: -0px 0px 4px 4px rgb(0, 0, 0, 0.15);


}
.form{
    height: 400px;
    max-width: 500px;
    align-items:center;
    justify-content: center;
    border: 2px solid #3F50CC;
    box-shadow: -2px 10px 15px 25px rgba(0,0,0,.15);
    border-radius: 10px;
    padding-bottom: 35px;
    margin-top: 20px;
    background-color: #EEEFFF;        
                
    }
.loginform{

    height: 30px;
    max-width: 500px;
    align-items:center;
    justify-content: center;
    border: 2px solid #3F50CC;
    box-shadow: -2px 10px 15px 25px rgba(0,0,0,.15);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 230px;
    background-color: #EEEFFF;        
                
    }


.font1{
    
    font-size: 130%;
    font-weight: 800;
    color: #3F50CC;
    font-style: italic;
    border: solid 1px #3F50CC;
    box-shadow: 0px 7px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #EEEFFF;
    width: 100%;
}
.font2{
    padding: 8px 20px;
    margin-bottom: 2px;
    color: #3F50CC;
    align-items: left;
    font-size: 18px; 
    font-style: italic;
    font-weight: 450;
    
}

.font3{
    width: 90%;
    padding: 5px 5px;
    color: #3F50CC;
    border-color: #3F50CC;
    margin-top: 1px;
    align-items: center;
    font-size: 14px; 
    font-weight: 450;
    box-shadow: 5px 10px rgba(0,0,0,.1);
    
}
.text1
{
    margin-top: 30px;
}

