/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 10, 2022, 12:28:45
    Author     : Tadej Ferk
*/

html {
    overflow-x: hidden;
}

*:focus {
    outline: 0 !important;
}

body{
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    color: #000000;
    background-color: #32346b;
    overflow-x: hidden !important;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

h2 {
    color: #fff;
}

.ghost {
    background-color: #32346b;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ghost img {
    margin: 0 auto;
    padding-top: 30px;
}

h1 {
    color: #fff;
    font-size: 48px;
    padding-left: 155px;
    padding-right: 155px;
    text-align: center;
    font-weight: bold;
}

.btn-submit {
    width: 100%;
    border: none;
    background-color: #ffffff;
    color: #000000;
    border-radius: 7px;
    height: 45px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: all .3s;
}

.btn-close {
    border: none;
    background-color: #32346b;
    color: #fff;
    border-radius: 7px;
    height: 45px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    transition: all .3s;
    padding-right: 25px;
    padding-left: 25px;
}

.btn-close:hover {
    background-color: #9E9DF4;
}

.btn-submit:hover {
    background-color: #9E9DF4;
}

.form-control {
    background:rgba(255,255,255, 0.74);
    height: 45px;
    border-radius: 7px;
}

footer {
    background-color: #32346b;
    padding-bottom: 20px;
}

footer a {
    color: #fff;
    font-size: 12px;
}

footer p {
    color: #fff;
    opacity: 0.27;
    font-size: 12px;
}

label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0.2rem;
    margin-left: 0.6rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../images/vector-7.svg');
    background-size: 70% 70%;
    width: 1.2rem;
    height: 1.4rem;
    cursor: pointer;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}

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

.checkbox {
    cursor: pointer;
}

.custom-control-label {
    padding-top: 5px;
    color: #fff;
}

.custom-control {
    margin-left: 0.6rem;
}

.udid:after {
    content: '';
    background-image: url('../images/info.svg');
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
    left: 17px;
    cursor: pointer;
    pointer-events: auto;
    transition: .3s all;
}

.udid {
    border: none;
    background: none;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0.2rem;
    margin-left: 0.6rem;
    padding: 0;
    pointer-events: none;
    outline: none;
}

.udid:hover:after {
    background-image: url('../images/info-white.svg');
}

.section_page {
    background-color: #32346b;
    min-height: 94vh;
}

.page_title {
    font-size: 32px;
    color: #fff;
}

.logo_page img {
    height: 80px;
    position: relative;
    left: 40px;
    top: 25px;
}

a {
    transition: .3s all;
}

a:hover {
    color: rgba(255,255,255, 0.74);
}

.error-message {
    border: 1px solid red;
}

.error-message-text {
    color: red;
}

.qrcode {
    max-height: 140px;
}

.udid-tech {
    text-decoration: none;
    color: #000000;
}

.udid-tech:hover {
    opacity: 0.6;
    color: #000000;
}

.success-message {
    background-color: darkgreen;
    margin-top: 15px;
    border-radius: 7px;
    padding: 8px;
    color: #fff;
}

.success-message label {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

