body{
    background: #364150;
    height:100%;
    overflow:hidden;
}
.container-fluid {
    padding-top: 7%;
    max-width: 350px;
    float: right;
    margin-right: 30px;
}
.div-title{
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.title::before{
    background: #7e7e7e;
    content: "";
    position: absolute;
    height: 1px;
    top:50%;
    left: 0;
    width: 20%;
}
.title::after{
    background: #7e7e7e;
    content: "";
    position: absolute;
    height: 1px;
    top:50%;
    right: 0;
    width: 20%;
}
.title{
    color: #6c757d !important;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font: 400 24px Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}
.not-null::after{
    color: #d64830;
    content: "*";
    font-size: 130%;
    line-height: 1px;
}
.forgot-password{
    font-size: 12px;
    font-style: italic;
}
.submit{
    width: 100%;
    border-radius: 20px;
    border: 0;
    background-color:#3875e8;
    margin-top: 40px;
}
.submit:hover{
    background-color:#1e93f5;
}
.create-account{
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 13px;
    white-space: normal;
}
#background-video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

form label {
    font-weight: 700;
    padding-left: 5px;
    display: inline-block;
    content: "";
    border-left: .3rem solid black;
    line-height: 120%;
}

form {
    padding-bottom: 35px !important;
}

form input {
    border-radius: 0 !important;
}

.card {
    border-radius: 0 !important;
}

.forgot-password img {
    margin-top: -2px;
    margin-right: 5px;
}

@media (min-width: 1300px) {
    .container-fluid {
        padding-top: 8%;
        max-width: 350px;
        float: right;
        margin-right: 100px;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        padding-top: 12%;
        max-width: 350px;
        float: right;
        margin-right: 100px;
    }
}

.container-fluid {
    max-width: 500px;
    float: unset;
    margin: 0 auto;
}