html {
    background-color: #262540;
    background-image: url("../images/city_bg4.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
}

body{
    width: 100%;
    margin: 0;
    padding: 0;
}

.headLogoFull {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 35px;
    filter: drop-shadow(0 0 0.75rem white);
}
.headLogoFull_mobile{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    filter: drop-shadow(0 0 0.75rem white);
}

.content-container {
    display: block;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    padding: 5%;
}

.sign-up-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
}


/*----------------------------------------------LOGIN FORM--*/
.login-align {
    width: 50%;
    display: flex;
    justify-content: center;
}

.login-align form .login-heading{
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 35px;
}

.error-msg {
    font-size: 1.5em;
    font-style: italic;
    margin-top: 15px;
    color: red;
}

.row {
    font-size: 1.5em;
    margin-top: 15px;
}

.rows {
    border-left: 3px white solid;
    padding-left: 25px;
}

.required-error {
    font-style: italic;
    margin-left: 10px;
}

.login-btn{
    font-size: 1em;
    padding: 10px;
    margin-top: 35px;
    margin-left: 25px;
    
    border-radius: 30px;
    
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.login-btn:hover {
    filter: drop-shadow(0 0 0.75rem white);
}


/*----------------------------------------------LOGIN FORM END--*/

.signup-align {
    font-size: 2em;
    font-style: italic;
    width: 50%;
    border: 1px solid red;
}

.signup-align a{
    text-decoration: none;
    color: white;
}

.signup-align a:hover {
    text-decoration: none;
    color: white;
    filter: drop-shadow(0 0 0.75rem white);
}

.signup-align a:visited {
    text-decoration: none;
    color: white;
}

.vertical {
    
    border-left: 5px solid white;
    height: 250px;
    /*position: absolute;*/
    /*left: 50%;*/
    
    margin: 0 35px 0 35px;

}



#forgotPasswordLink{
    font-size: 10px;
    color: orange;
}