body, html{
    margin: 0px;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}
.content{
    width: 100%;
    flex-direction: row;
    height: 100%;
    display: flex;
}
.left{
    width: 25%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}
.right{
    width: 75%;
    height: 100%;
    background-color: #E8927C;
}
.title{
    margin-top: 60px;
    font-size: 24px;
    font-weight: 400;
    color: #212121;
}
.inputsBox{
    flex-direction: column;
    margin-top: 40px;
}
label, input{
    display: flex;
	color: #666666;
}
label{
    margin-top: 20px;
    font-size: 12px;
}
input{
    width: 100%;
    border: 0;
    border-bottom: 2px solid gray;
    outline: 0;
    font-size: 16px;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.forgetPassowrd{
    margin-top: -85px;
    justify-content: end;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #0054B8;
	display: flex;
}
button{
    width: 100%;
    height: 42px;
    margin-top: 65px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.12);
    border-width: 0px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.26);
}
.textImage{
    padding: 70px;
    color:white
}
.hello{
    font-size: 48px;
    margin: 0px;
}
p{
    margin: 0px;
    font-size: 32px;
}
.image{
    width: 700px;
    margin-top: 38px; 
    margin-left: 30px;
}

.intro, .helpLink, #verifying_blurb, .error.itemLevel.show{
    display: none;
    visibility: hidden;
}
ul {
    list-style:none;
    padding:0;
    margin:0;
}

#eye{
    float: right;
    margin-left: -25px;
    margin-top: -130px;
    margin-bottom: -25px;
    position: relative;
}

#claimVerificationServerError, #fieldIncorrect,.error.pageLevel {
    width: 100%;
    background-color: #FBEAEA;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15px 0px;
    color: #541313;
    font-weight: 500;
    border-radius: 4px;
}

.alert{
    width: 18px;
    margin-left: 20px;
    margin-right: 10px;
}
.linkService{
    justify-content: end;
    font-size: 16px;
    font-weight: 500;
    color: #0054B8;
}