@font-face{
    font-family:"utm-facebook";
    src: url("../font/UTM-Facebook.ttf");
}

body {
    /* font-family: "utm-facebook"!important; */
    margin: 0;
    background-image: url('../images/Landing-Page-OLE777.jpg');
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

i {
    color: #2b6caf;
    font-size: 24px;
}

a {
    color: #2b6caf;
    font-weight: 500;
}

input {
    font-size: 16px!important;
    font-weight: 500!important;
    color: #2b6caf!important;
    border: 2px #2A69AA solid!important;
    padding: 0.5rem 0.75rem!important;
    border-radius: 15px!important;
}

input::placeholder {
    color: #c6c6c6!important;
    font-style: italic;
}

input:focus {
    outline: none!important;
    box-shadow: none!important;
    /* border-color: #e1e1e1!important; */
}

.no-radius {
    border-radius: 0!important;
}
.no-radius-left {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

/* Header */
.header-title img {
    width: 60%;
}
.header-title .d-sm-none {
    margin: 0 auto;
    width: 60%;
}

/* Form Container */
.form-container .layout {
    width: 73%;
}

.form {
    top: 50%;
    left: 39%;
    width: 40%;
    position: absolute;
    transform: translate(-50%,-50%);
}
.input-group-text,
.dropdown-toggle,
.dropdown-toggle:hover {
    border: 2px #2A69AA solid;
}
.input-group {
    margin-top: 1rem;
}
.input-group-text {
    border-right: none;
    background: #dadbdc!important;
    border-radius: 15px;
}
.dropdown-toggle {
    border-radius: 15px;
}
.frm-msg {
    font-size: 14px;
    color: rgb(255,0,0);
    margin-bottom: 0.5rem;
}
#btn_register {
    font-size: calc(1.325rem + .9vw);
    border-radius: 15px;
}

/* .dropdown > span {
    padding: 0 16px;
} */
.input-group-text .fa {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.input-group-text .user {
    background-image: url('../images/user-logo.png');
}
.input-group-text .lock {
    background-image: url('../images/lock-logo.png');
}
.input-group-text .phone {
    background-image: url('../images/phone-logo.png');
}
.input-group-text .pen {
    background-image: url('../images/pen-logo.png');
}

/* Footer */
.footer {
    background: #222F6B;
    color: #fff;
    padding: 30px 0;
}
.footer .content {
    width: 95%;
}
.footer img {
    width: 30px;
    margin-right: 10px;
}

.footer .brand img {
    width: 160px;
}
.footer .brand p {
    color: #102b52;
}
.footer p {
    font-size: 0.75em;
    line-height: 100%;
}

.footer-m {
    position: absolute;
    bottom: 0;
    left: -30px;
    z-index: -1;
    text-align: center;
}
.footer-m img {
    width: 95%;
}

@media only screen and (max-width: 768px){
    body {
        background-image: url('../images/Landing-Page---Mobile.jpg');
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    input {
        font-size: 12px!important;
        font-weight: 500!important;
        color: #2b6caf!important;
        border: none!important;
        padding: 0.3rem 0.75rem!important;
        border-radius: 10px!important;
    }
    .form-container {
        /* background-image: url('../images/no-player.png');
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat; */
        padding: 16px 16px 10px;
        background: rgb(31, 75, 184, 0.9);
        opacity: 82%;
        
        border: 2px #fef0c8 solid;
        border-color: #c2950c;
        border-radius: 14px;

        margin-top: 1rem;
    }
    .input-group-text,
    .dropdown-toggle,
    .dropdown-toggle:hover {
        border: none!important;
    }
    .input-group-text {
        padding: 0.2rem 0.5rem;
        background: #dadbdc;
        border-radius: 10px;
    }
    .input-group {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-top: 0.75rem;
    }
    .input-group-text .fa {
        font-size: 18px;
    }
    .dropdown-toggle {
        font-size: 12px;
        align-self: center;
        padding: 0.3rem 0.75rem!important;
        border-radius: 10px;
    }
    /* .dropdown > span {
        padding: 0 11px;
    } */
    .form {
        width: unset;
        position: unset;
        transform: none;
    }
    .form > div > img {
        height: 50px;
    }
    .frm-msg {
        font-size: 12px;
    }
    #btn_register {
        background: linear-gradient(#00c6ff 5%, #05224f);
        opacity: 89%;
        border: 2px #b9fffb solid;
        padding: 0;
        font-size: calc(1.375rem + 1.5vw);
        border-radius: 10px;
    }
    .no-login {
        color: #aefcff;
        font-size: 12px;
        font-weight: 600;
    }
}

@media (max-width: 1366px) {
    .form > div > img {
        height: 60px;
    }
    input {
        font-size: 14px!important;
        font-weight: 500!important;
        padding: 0.2rem 0.75rem!important;
    }
    .input-group-text {
        padding: 0.2rem 0.5rem;
        background: #dadbdc;
    }
    .input-group {
        margin-top: 0.75rem;
    }
    .input-group-text .fa {
        font-size: 18px;
    }
    .dropdown-toggle {
        font-size: 14px;
        align-self: center;
        padding: 0.2rem 0.75rem!important;
    }
    /* .dropdown > span {
        padding: 0 11px;
    } */
    #btn_register {
        font-size: calc(0.75rem + 1vw);
    }
}

@media (min-width: 1366px) {
    .form {
        left: 39%;
    }

    .footer .content {
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .form {
        left: 37.5%;
    }
    .form-container .layout {
        width: 85%;
    }
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .form {
        left: 35.5%;
    }
    .form-container .layout {
        width: 100%;
    }
    .header-title img {
        width: 86%;
    }
    .footer .content {
        width: 75%;
    }
}