html {
	color: rgb(200,200,200);
	background-color: rgb(240,240,240);
}

.main2 {
	background-color: #FFFFFF;
	width: 400px;
	height: 100px;
	margin: 7em auto;
	border-radius: 1.5em;
	box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.errorMessage{
	color: rgb(200,0,0);
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
}

.errorMessageHidden{
	color: rgba(200,0,0,0);
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
}

.main {
        background-color: #FFFFFF;
        width: 400px;
        height: 280px;
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }

.main2 {
        background-color: #FFFFFF;
        width: 400px;
        height: 250px;
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }
	
	 form.form1 {
        padding-top: 40px;
    }
	
	.pass2 {
    width: 76%;
    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: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
    }
	
	.pass {
            width: 76%;
    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: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Ubuntu', sans-serif;
    }
	
	.submit2 {
      cursor: pointer;
	  vertical-align: center;
        border-radius: 5em;
        color: rgb(50,50,50);
        background: rgb(200,200,200);
        border: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-family: 'Ubuntu', sans-serif;
        margin-left: 35%;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
	font-weight: 700;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
    }
	
	.submit3 {
      cursor: pointer;
	  vertical-align: center;
        border-radius: 5em;
        color: rgb(50,50,50);
        background: rgb(200,200,200);
        border: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-family: 'Ubuntu', sans-serif;
        margin-left: 23%;
		margin-top: 40px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
	font-weight: 700;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
    }
	
	.forgot {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #E1BEE7;
        padding-top: 15px;
    }
	
	.message {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #E1BEE7;
        padding-bottom: 5px;
    }

 .unam {
    width: 76%;
    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: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
    }

 .unam2 {
    width: 76%;
    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-top: 5px;
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
    }

	.unam:focus, .pass:focus {
        border: 2px solid rgba(0, 0, 0, 0.18) !important;
        
    }

.field {
	width: 80%;
	max-width: 400px;
	height: 50px;
	border-radius: 1.5em;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.field-password {
	width: 80%;
	max-width: 400px;
	height: 150px;
	border-radius: 1.5em;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.sign {
	height: 100%;
	color: #8C55AA;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 23px;
}

.fieldwrapper{
	white-space: nowrap;
}

.submit {
	width: 100px;
	height: 100%;
	background: rgba(100,100,100,0.20);
	border-radius: 1.5em;
	color: rgb(100,100,100);
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
}

.admin {
	text-align: right;
}

a {
	color: rgba(0,0,0,0.1);
}
	
.un {
	width: 100%;
	padding-right: 100px;
	padding-left: 10px;
	height: 100%;
	color: rgb(38, 50, 56);
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 0);
	border: none;
	outline: none;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
}
	
.un-top {
	width: 100%;
	padding-right: 100px;
	padding-left: 10px;
	vertical-align: top;
	height: 100%;
	color: rgb(38, 50, 56);
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 0);
	border: none;
	outline: none;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
}
	
.un-bottom {
	width: 100%;
	padding-right: 100px;
	padding-left: 10px;
	vertical-align: bottom;
	height: 100%;
	color: rgb(38, 50, 56);
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 0);
	border: none;
	outline: none;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
}

.inputs {
	width: 100%;
	padding-right: 100px;
	height: 100%;
}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
