﻿body {
}
/*input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    padding: 10px;
}*/
/*input {
    border-radius: 10px;
}*/
.tfn{
    font-size:medium;
	color:white;
}
.tfnd{
    font-size:small;
    font-weight:bold;
	color:white;
}
.btn-margin {
    margin-top: 18%;
}
.login-second-div-tl{
    margin-top:24%;
}
input[type="radio"]:checked {
    visibility: hidden;
}

input[type="radio"]:not(:checked) {
    visibility: hidden;
}
#image {
    text-decoration: line-through;
    font-style: italic;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* .preloaded {
        display: none;
        position: fixed;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background-color: rgba(255, 255, 255, 0.8); 
        text-align: center;
        padding: 20px;
        border-radius: 10px;
    } */
.preloaded {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    /* transform: translate(-50%, -50%); */
    /* z-index: 9999; */
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* text-align: center; */
    /* padding: 20px; */
    /* border-radius: 10px; */
    /* background-size: cover; */
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    align-content: center;
}

    .preloaded img {
        width: 50px;
        height: 50px;
    }

.loader {
    display: block;
    margin: auto;
    /* align-items: center; */
    /* width: 3%; */
    top: 50%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

/* Set a style for the submit button */
.mybtn {
    /* background-color: dodgerblue; */
    /* color: white; */
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.btn:hover {
    opacity: 1;
}

a:hover {
    color: Purple;
    font-size: 18px;
}
a:hover {
    color: Purple;
    font-size: 18px;
}

body {
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

body {
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a:hover {
    color: Purple;
    font-size: 18px;
}
.imgwidthnew {
    width: 65%
}

.imgwidthnewup {
    width: 37%
}