html,
body,
main,
.wrapper {
    height: 100% !important;
    min-height: 100% !important;
}

.background-video {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    opacity: .2;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -100;
}

.bg-default {
    background: #0e2231 !important;
    padding-bottom: 4.2rem !important;

    padding-top: 4.2rem !important;
}

a {
    color: #ffffff;

    text-decoration: none !important;
}

h1,
h2,
h3 {
    /*font-family: 'Kaushan Script', cursive;*/
}

.myform {
    background-clip: padding-box;
    background-color: #ffffff;
    border-radius: 1.1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*border: 1px solid rgba(0,0,0,.2);*/
    max-width: 500px;
    outline: 0;
    padding: 1rem;
    pointer-events: auto;
    position: relative;
    width: 100%;
}

.mybtn {
    background-color: #030f18;
    border-color: #030f18;
    border-radius: 4px;
    width: 100%;
}


.login-or {
    color: #aaaaaa;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;

    position: relative;
}

.span-or {
    background-color: #ffffff;
    display: block;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: -2px;

    width: 50px;
}

.hr-or {
    height: 1px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

form .error {
    color: #ff0000;
}

.login-logotype {
    color: white;
    fill: white;
    font-size: 30px;

    margin-bottom: 15px;
    text-align: center;
}

.fill {
    height: 100%;
    min-height: 100%;
}

.text-muted {
    color: #ffffff !important;
}

#togglePassword:focus {
    box-shadow: none;
    outline: none;
}
