body {
	font-family: 'Lato', sans-serif;
  	background-image: url("../img/background.png");
  	background-repeat: no-repeat;
  	background-size: 100%;
}                     

.login-box {
        background-color: #FFFFFF;
        width: 400px;
        height: 400px;
        margin: 7em auto;
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }

.login-logo img {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	padding: 10px;
  	width: 40%;
}

 .main {
        background-color: #FFFFFF;
        width: 400px;
        height: 400px;
        margin: 7em auto;
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }

    .sign {
        color: #8C55AA;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 23px;
    }
    
    .uname {
    width: 76% !important;
    color: rgb(90,90,90) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    background: rgba(136, 126, 126, 0.04) !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 20px !important;
    outline: none !important;
    box-sizing: border-box !important;
    border: 2px solid rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 30px !important;
    margin-left: 46px !important;
    text-align: center !important;
    margin-bottom: 17px !important;
    font-family: 'Lato', sans-serif !important;
    }
    
    form.form1 {
        padding-top: 0px;
    }
    
    .passw {
            width: 76% !important;
    color: rgb(38, 50, 56) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    background: rgba(136, 126, 126, 0.04) !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 20px !important;
    outline: none !important;
    box-sizing: border-box !important;
    border: 2px solid rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 30px !important;
    margin-left: 46px !important;
    text-align: center !important;
    margin-bottom: 17px !important;
    font-family: 'Lato', sans-serif !important;
    }
    
   
    .un:focus, .pass:focus {
        border: 2px solid rgba(0, 0, 0, 0.18) !important;
        
    }
    
    .submit {
      cursor: pointer;
        border-radius: 5em;
        color: #fff;
        background: linear-gradient(to right, #9C27B0, #E040FB);
        border: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-family: 'Roboto', sans-serif;
        margin-left: 35%;
        font-size: 13px;
        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: #E1BEE7;
        padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
    }
    
    a {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #E1BEE7;
        text-decoration: none
    }
    
    @media (max-width: 600px) {
        .main {
            border-radius: 0px;
        }
        
.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.fab-container{
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999;
	cursor: pointer;

}

.fab-icon-holder {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #016fb9;
	box-shadow: 0 6px 20px rgba(0,0,0,0,0.2);
}

