
.screen.readArticle.dark {
    background-color: rgba(20,0,0,0.9);
    text-align: center;
    color: #fff;
}

.screen.readArticle.dark h2 {
    font-size: 3.6rem;
    font-family: 'Lora', serif;
    font-weight: 400;
    color: #ff3333;
}

.screen.readArticle.dark h2.button {
    cursor: pointer; cursor: hand;
}
    
.screen.readArticle.dark .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #ff3333;
    text-align: left;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.screen.readArticle.dark .text.username {
    text-align: center;
}

.account_form {
	margin-left: 0px;
    /* padding: 30px 30px 20px 30px; */
    color: #609bb8;
}

.account_form input[type="text"], .account_form input[type="email"], .account_form textarea, .account_form select {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    height: 6rem;
    padding: 0px 0px 0px 10px;
    margin-top: 10px;
    border: none;
    background: #663234;
    outline: 0;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
}

.longfield {
	width: 100%;
	display: block;
}


.account_form button {
    background-color: transparent;
    border-top: 1px solid #ff3333;
    border-bottom: 1px solid #ff3333;
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 10px 25px 10px 25px;
    font-size: 3rem;
    font-family: 'Lora', serif;
    font-weight: 400;
    color: #ff3333;
    margin-top: 1rem;
    height: auto;
    cursor: pointer;
    display: block;
}
.account_form button  {
  transition: background-color .2s;
}

.account_form button:hover {
	/*
    background-color:#afe217;
    */
}

