﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

a:hover {
    text-decoration: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #DBD9D6;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #DBD9D6;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #DBD9D6;
}

input::placeholder, textarea::placeholder {
    color: #DBD9D6;
}


.user-input {
    font-size: 17px;
    height: 42px;
    width: 100%;
    border-radius: 50px;
    border: none;
    background-color: #F5F6FA;
    padding-left: 30px;
    padding-right: 15px;
    color: #4579BD !important;
}

form .error {
    font-size: 12px;
    color: #F64649;
}

body {
    min-height: 100%;
    background: transparent url('../images/bg-1920.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    font-family: 'Roboto';
}

input[type="text"], input[type="password"], textarea, select, video, img {
    outline: none;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
    height: 100vh;
}
label.error {
    /* display: flex !important; */
    /* justify-content: space-around; */
    width: 100%;
    text-align: left;
    margin-left: 12px;
}
.drop-shadow {
    filter: drop-shadow(0px 7px 26px #D7DEE887);
    box-shadow: unset !important;
}
a.back-to-theme {
    cursor: pointer !important;
    color: #4579BD !important;
    font-size: 17px;
}

.back-to-theme::after {
    content: "|";
    padding-left: 14px;
    color: #DBD9D6;
    font-size: 19px;
}
/*button:focus {
    outline: none !important;
}*/
/*-------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        height: 100vh;
    }
}
.quiz-status-img {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 30px;
}

.practice-status-img {
    position: absolute;
    top: 5px;
    right: 45px;
    width: 30px;
}