﻿body {
    font-family: 'Montserrat', sans-serif;
}

.main-head {
    height: 150px;
    background: #FFF;
}

.sidenav {
    height: 100%;
    /*background-color: #B93239;*/
    /*background-color: #FFC736;*/
    background-color: #3F72AF;
    overflow-x: hidden;
    padding-top: 20px;
}


.main {
    padding: 0px 10px;
    height: 100%;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {
    .login-form {
        margin-top: 10%;
    }

    .register-form {
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 35%;
    }

    .sidenav {
        width: 30%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        padding: 20px;
    }

    .login-form {
        margin-top: 10%;
    }

    .register-form {
        margin-top: 20%;
    }
}


.login-main-text {
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

    .login-main-text h2 {
        font-weight: 300;
    }

.btn-black {
    background-color: #000 !important;
    color: #fff;
}


.login {
    text-decoration: underline;
    color: white;
}

    .login:hover {
        color: white !important;
    }


.footer {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    position: relative;
    font-weight: 600;
    line-height: 15px;
    font-size: 16px;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 10px;
}

.card {
    border: 0px;
    margin: 0 auto;
    float: none;
}

.card-header {
    /*background-color: #B93239;
    color: #fff;*/
    background-color: #FFC736;
}

.clr {
    color: #3F72AF;
}

label {
    font-weight: bold;
}

.select2-container .select2-selection--single {
    height: 37px !important;
    padding: .225rem .25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.btn-myt {
    color: #fff !important;
    background-color: #3F72AF;
    border-color: #3F72AF;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255,199,54,.25);
}

.bg-myt {
    --bs-bg-opacity: 1;
    background-color: #3F72AF !important;
}

.mt-20 {
    margin-top: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.imgBorder {
    border: solid;
    border-color: #3F72AF;
    border-radius: 8px;
}


iframe {
    border-radius: 5px;
    height: 400px;
}


@media only screen and (min-width: 768px) {
    .help-section ul {
        column-count: 2;
    }

        .help-section ul li a {
            text-decoration: none;
        }
}

@media only screen and (min-width :480px) {
}

@media only screen and (min-width :576px) {
}

@media only screen and (min-width :992px) {
    iframe {
        height: 450px;
    }
}

@media only screen and (min-width :1200px) {
    iframe {
        height: 550px;
    }
}

@media only screen and (min-width :1280px) {
}

@media only screen and (min-width :1366px) {
}
