html {
    position: relative;
    min-height: 100%;
}
body {
    background: #FFFFFF;
}
.form {
    margin: 50px auto;
    width: 300px;
    padding: 30px 25px;
    background: white;
}
.email-form {
    width: 300px;
    padding: 5px 5px;
}
h1.login-title {
    color: #666;
    margin: 0px auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
.login-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(100% - 23px);
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
}
.login-button {
    color: #fff;
    background: #55a1ff;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.email-button {
    color: #fff;
    background: #55a1ff;
    border: 0;
    outline: 0;
    width: 100px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.link {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
	text-decoration: none;
}
.link a {
    color: #666;
	text-decoration: none;
}
h3 {
    font-weight: normal;
    text-align: center;
}

.boxshadow 
{

}

.roundbox
{    
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.boxshadow:hover
{
	box-shadow: 6px 6px 10px #535353;
}

#footer
{
	background: #DDDDDD;
	position: absolute;
    bottom: 0;
    width: 99%;
    height: 25px;
    margin: 30 auto;
	overflow: hidden;
}

.rrooww
{
		width: 60%
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
  .rrooww {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
