        html,body {
	scroll-behavior: smooth;
        margin:0px;
        width: 100%;
        height:100%;
        background-color: #4070f4;
        font-family: 'Poppins', sans-serif;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch !important;
        overflow: auto !important;
    }

    .main {
        margin: auto;
        margin-top: 50px;
        background-color: #FFFFFF;
        width: 320px;
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }
 
    .sign {
        padding-top: 40px;
        color: #2a3890;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 23px;
    }
    
    .username {
    width: 220px;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    }
    
    form.form1 {
        padding-top: 15px;
    }
    
    .password {
    width: 220px;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    }
    
   
    .username:focus, .password:focus {
        border: 2px solid rgba(0, 0, 0, 0.18) !important;
        
    }
    
    .submit {
      cursor: pointer;
        margin-top: 15px;
        border-radius: 5em;
        color: #fff;
        background: #2a3890;
        border: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    }
    
    .forgot {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #2a3890;
        padding-top: 0px;
    }
    	
    a {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #2a3890;
        text-decoration: none
    }

    .swal2-modal .swal2-styled:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

    @media (min-width: 650px) {
        .main {
		width:600px;
        }


