.VerificationCode {
    position: absolute;
    border-radius: 0px 16px 16px 0px;
    margin-left: -100px;
    border: 0px;
    margin-top: 10px;
    height: 35px;
    font-size: 8px;
    background: #ffffff00;
}

body {

    background: url(Material/Images/background.jpg) no-repeat;
    background-size: 80% 100%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;


}

.text18 {
    font-size: 18px;
}

.text12 {
    font-size: 12px;
}

.text16 {
    font-size: 16px;
}

.text26 {
    font-size: 26px;
}

.bold {
    font-weight: bold;
}

.spacing5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.spacing10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.PrimaryBlue {
    background: #462e80;
}

.SecondaryBlue {
    background: #1A5191;
}

.ThirdaryBlue {
    background: #5988BE;
}

.DeselectBlue {
    background: #462e8050;
}

.Darkgrey {
    background: #E3E3E3;
}

.login-box {

    background-color: #ffffff;
    color: #000;
    padding: 0px 150px;
    min-width: 400px;
    width: 20%;
    top: 0%;
    padding-top: 12.5%;
    right: 0;
    border: 1px solid #9e9e9e;
    border-width: 0px 0px 0px 2px;
    height: 87.5%;
    position: fixed;

}

.login-box>.title {
    color: #000;

}

.login-box-background {
    height: 90px;
    width: 160px;
    background: url(Material/Images/logo.png) no-repeat;
    background-size: 100% 100%;

}

div>input {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #ababab;
    background: #E3E3E350;
    height: 35px;
    padding-left: 5px;
    margin-top: 10px;

}

#loginSubmit {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #ababab;
    background: #462e80;
    color: #fff;
    font-weight: bold;
    height: 35px;
    padding-left: 5px;
    margin-top: 10px;

}

#CreateButton {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #ababab;
    background: #E3E3E350;
    color: #000;
    font-weight: bold;
    height: 35px;
    padding-left: 5px;
    margin-top: 10px;
    ;
}

.CreateDivBottom {
    margin-top: 200px !important;
}

.login-box>div>div {
    margin: 15px;
}

@media only screen and (max-width: 600px) {
    .login-box{
        width: calc(100% - 60px)!important;
        padding: 0 30px !important;
        height: 100% !important;
    }
}