@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.container-box {
    width: auto;
    height: auto;
    margin-top: 10%;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: left;
    z-index: 1000;
    position: relative;
}

.box {
    width: 100%;
    max-width: 400px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}

.box::after {
    opacity: .5;
}

body {
    margin: 0px;
    background-image: url('../imagens/bg.jpg');
    background-size: auto;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    margin-top: auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    text-align: center;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-signin p {
    margin-top: 20px;
}

.btn-orange {
    color: #fff;
    background-color: #151c5f;
    border-color: #151c5f;
}

.btn-orange:focus,
.btn-orange.focus {
    color: #fff;
    background-color: #151c5f;
    border-color: #151c5f;
}

.btn-orange:hover {
    color: #151c5f !important;
    background-color: #fff;
    border-color: #151c5f;
}

.btn-orange:active,
.btn-orange.active,
.open>.dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #151c5f;
    border-color: #151c5f;
}

.btn-orange:active:hover,
.btn-orange.active:hover,
.open>.dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open>.dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open>.dropdown-toggle.btn-orange.focus {
    color: #fff;
    background-color: #10a5b6;
    border-color: #10a5b6;
}

.btn-orange:active,
.btn-orange.active,
.open>.dropdown-toggle.btn-orange {
    background-image: none;
}

a:link {
    color: #fff;
}

a.hover {
    color: #821165;
}