input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: 'FSAlbert-Bold';
    src: url('../css/fonts/FSAlbert-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'FSAlbert-Light';
    src: url('../css/fonts/FSAlbert-Light.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'FSAlbert-Regular';
    src: url('../css/fonts/FSAlbert-Regular.otf') format('opentype');
    font-style: normal;
}

.font-bold {
    font-family: 'FSAlbert-Bold';
}

.login-blue-patch {
    background: #0e4070;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 31px;
    border-radius: 5px;
    box-shadow: 1px 6px 20px rgb(7 19 70 / 70%);
    z-index: 999;
    position: relative;
    right: -25px;
}

.yellow-text {
    color: #ec682c;
}

.Know-btn {
    outline: none;
    border: solid 1px #ffffff;
    background: transparent;
}

.blue-text {
    color: #12406f;
}

.hr {
    margin: 0;
    width: 5%;
    border: solid 2px #12406f;
}

.card-sigin input[type="email"],
.card-sigin input[type="password"] {
    background: #e3e3e3;
    position: relative;
}

.card-sigin input[type="email"]:focus,
.card-sigin input[type="password"]:focus {
    border-left: solid 3px #12406f;
    position: relative;
    background: #ffffff;
    box-shadow: 1px 2px 35px rgb(228 225 225 / 90%);
}

.main-signup-header .form-control {
    border: none;
    height: 55px;
}

.inputBox {
    position: relative;
}

.inputBox label {
    position: absolute;
    transform: translate(13px, -36px);
    font-size: 12px;
    color: #999999;
    transition: .2s;
    text-transform: uppercase;
    pointer-events: none;
}

.inputBox input:focus~label,
.inputBox input:valid~label {
    transform: translate(13px, -55px);
    font-size: 12px;
    color: #999999;
}

.inputBox .fa {
    float: right;
    position: relative;
    right: 10px;
    top: -35px;
    color: #d8d8d8;
}

.btn-login,
.btn-login:hover {
    background: #e50d4d;
    border-radius: 25px;
    color: #fff;
}

.rounded-border {
    border-radius: 5px;
}

.hr-align hr {
    display: inline-block;
    width: 45%;
    margin: 1px 0;
}

.hr-align span {
    background: #ec682c;
    color: #fff;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    z-index: 1;
    position: relative;
}

#login-page {
    font-family: 'FSAlbert-Regular';
}

.ordiv {
    position: relative;
    text-align: center;
    margin: 26px auto;
}

.ordiv::after {
    content: "";
    background: #ddd;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
@media only screen and (min-width:320px) and (max-width:480px) {
    .login-blue-patch {
        right: auto;
        left: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:900px) and (orientation: landscape) {
    .login-blue-patch {
        right: auto;
        left: 0;
    }
}