﻿@import 'https://fonts.cdnfonts.com/css/be-vietnam-pro';
@font-face {
    font-family: 'Be+Vietnam+Pro';
}

html, body {
    font-family: Be Vietnam Pro,sans-serif !important;
    font-size: 14px;
    height: 90%;
    overflow-y: hidden;
    font-style: normal !important;
    font-weight: normal !important;
    color: white;
}

.form-element {
    border-radius:8px;
}

.btn{
    border-radius:20px;
}

.text-danger {
    color: #E35465 !important;
}

a:hover, a:active {
    text-decoration: none;
}

.main-title {
    font-size: 22px;
    font-weight: 600;
    color: white;
    line-height: 22px;
}

.title36px {
    font-size: 36px;
    font-weight: 600 !important;
}

.title24px {
    font-size: 24px;
    font-weight: 600 !important;
}

.main-title {
    font-size: 1.52em;
    font-weight: 600 !important;
    font-family:Be Vietnam Pro;
}

.title16px {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.title14px {
    font-size: 0.97em !important;
    font-weight: 600 !important;
}

.normal14px {
    font-size: 14px !important;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 64px;
    overflow-x: hidden;
    overflow-y: hidden;
}



.left {
    left: 0;
    background-color: #031C35;
}

.right {
    right: 0;
    background-color: whitesmoke;
}

.centered {
    position: absolute;
    top: 50%;
    left: 250px !important;
    transform: translate(-30%, -50%);
    text-align: left;
}

    .centered img {
        width: 150px;
        border-radius: 50%;
    }

.mediaimage {
    height: 100%;
    object-fit: cover;
}

.small-button-solid {
    background-color: #016256 !important;
    color: #fff !important;
    border: 1px solid #016256;
    font-size: 16px;
    font-weight: 600;
    line-height: 190%;
    width: 100%;
}

.large-button {
    background-color: #016256 !important;
    color: #fff !important;
    border: 1px solid #016256;
    font-size: 14px;
    font-weight: 600;
    height: 25px;
}

.btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

    *.btn:active, .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

.version {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

    .version a {
        color: #016256;
    }

.checkbox-input {
    background-color: red;
}

.form-control:focus {
    border-color: #016256;
}

.form-control input[type=text] {
    background-color: #F8FAFB !important;
    width: 100%;
}

    .form-control input[type=text]:focus {
        border-color: red !important;
    }

input {
    filter: none;
}

    input :focus {
        border-color: red;
    }

.custom-control-label:hover {
    cursor: pointer;
}

.custom-control-label::before {
    position: absolute;
    top: .1rem;
    left: -1.7rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    padding: 5px;
}

.custom-control {
    margin-left: 3px;
}

.custom-control-label {
    padding-left: 5px;
}

    .custom-control-label::after {
        position: absolute;
        top: .33rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 90%/90% 90%;
    }

.custom-checkbox .custom-control-label {
    font-weight: 600;
    font-size: 14px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #016256;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/*Outline Box*/
div.outline {
    border: 1px solid #016256;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 7px;
}

.form-element {
    width: 300px;
}

table#logo {
    margin-top: 6px;
}
table#logo td {
    padding-right: 0px;
}

    table#logo td:nth-child(1) {
        padding-top: 0.09em;
    }

    table#logo td:nth-child(2) {
        padding-left: 4px;
        padding-right: 10px;
    }

a.sign-up-link {
    font-size: 16px;
    font-weight: 600;
    color: white !important;
    text-decoration: underline;
}

a.white14px {
    font-size: 14px;
    font-weight: 600;
    color: white !important;
    text-decoration: underline;
}

a#forgot-password {
    font-size: 14px;
    font-weight: 600;
    color: #016256 !important;
    text-decoration: underline;
}

@media only screen and (max-width: 950px) and (orientation:landscape) {
    .left {
        width: 100%;
    }

    .right {
        width: 0%;
    }

    .centered {
        left: 0px !important;
        transform: translate(13%, -30%);
    }
}

@media only screen and (max-width: 400px) and (orientation:portrait) {
    .left {
        width: 100%;
    }
    .right {
        width: 0%;
    }
    
    .centered {
        left: 0px !important;
        transform: translate(13%, -70%);
    }
}
