.shdw{
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.square-form{
    padding: 30px;
    background-color: white;
    border: 2px #f2f2f2 solid;
}

.divider{
    border-radius: 10px;
    width: 500px;
    padding: 30px;
}

.backbtn{
    width:85px; 
    height: 37px; 
    background-color: #01bdc4 !important; 
    color: white !important; 
    font-weight: bold !important; 
    border: none !important;
}