body {
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

span.k-textbox {
    width: 100%;
}

.k-icon.k-i-preview {
    z-index:10;
    position: absolute;
    bottom: 2px;
    right: 5px;
    width: 24px;
    height: 24px;
    color:gray;
}
#logo-wrapper{
    height: 280px;
    width: 290px;

}

#logo {
    height: 186px;
    width: 270px;
}
#banner {
    height: 68px;
    color:#2727BE;
    font-weight: 300;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content:center;
    margin-top:32px;
}
#account{
    position: relative;
    height: 20px;
    left: 10px;
    margin:32px 0px 32px 0px;
    font-size: 14px;

}

#account>a {
    margin-left: 16px;
    color:#0058E9;
}

#continue-with-wrapper {
    display: inline-flex;
    height: 20px;
    width: 290px;
    margin-bottom:16px;
    margin-top: 32px;

}
#continue-with-wrapper>span{
    position: static;
    color: #8F8F8F;
    font-size: 14px;
    line-height: 20px;

}

hr {
    width:75px;
    height:0px;
    border: 1px solid #8F8F8F;
}

#sign-in-page {
    position: relative;
    height: 100vh;
    display: flex;
    background: linear-gradient(16.66deg, #104833 45.27%, #61ae60 100%);
}

#sign-in-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-width: 560px;
    width: 39%;
    z-index: 1;
    background: #FFFFFF;
}

#login {
    height: 202px;
    width: 290px;
    justify-content: space-between;
    display: flex;
    flex-flow: column;

}
div.k-form-field:nth-child(3) {
    display: flex;
}
#RememberMe-form-label {
    order: 1;
    padding-left: 0.5em;
}
.k-form-field-wrap {
    position: relative;
}

.k-button, .k-button:hover {
    height: 30px;
    width: 290px;
    background: #61ae60;
    color: #FFFFFF;

}
#social-wrapper {
    display: flex;
    width:194px;
    height:30px;
    top:755px;
    left:183px;

}

.facebook {
    height: 30px;
    width: 30px;
    left: 20px;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    background: rgba(66, 66, 66, 0.04);
    border-radius: 2px;

}

.twitter {
    height: 30px;
    width: 30px;
    left: 20px;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 35px;
    background: rgba(66, 66, 66, 0.04);
    border-radius: 2px;

}

.reddit{
    height: 30px;
    width: 30px;
    left: 20px;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 35px;
    background: rgba(66, 66, 66, 0.04);
    border-radius: 2px;

}
#image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 61%;
}

#image-wrapper img {
    width: 100%;
}

#frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 61%;
    max-width: 542px;
    margin: 0 auto;

}

#frame-wrapper h2 {
    font-size:48px;
    color:#FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

#frame-wrapper h4 {
    font-size: 19px;
    text-align:center;
    color:#FFFFFF;
    font-weight: normal;
    line-height:1.3;
}

#wave {
    width: 100vw;
}

#text-wrapper {
    margin-top: 5vh;
}
