
p {
    color: white;
}

h1 {
    font-size: 50px;
    color: white;
    padding-bottom: 20px;
}

.bg-image {
    position: relative;
    top: 0;
    left: 0;
}
.fullImage {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100vh;
    overflow: hidden;
}
.noHorizontalPadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.loginFormContainer{
    background-color: #00adb4;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    position: absolute;
    top: 30px;
    left: 30px;
}
.form-holder{
    padding-bottom: 10px;
}
.forgotten-password{
    display: inline-block;
    padding-bottom: 20px;
    text-align: right;
}
.forgotten-password a {
    color: white;
}
.registration{
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 100px;
    text-align: left;
}
.registration a {
    color: white;
}
.right-link{
    padding-bottom: 20px;
    text-align: right;
}
.right-link a {
    color: white;
}
.alertbox{
    margin-top: 30px
}
.loginbtn{
    display: block !important;
}
.backbtn{
    margin-top: 15px;
    color: white;
    font-size: 18px;  
}