﻿body
{
/*margin: 0;
background: none;
background-attachment: fixed !important;
min-width: 100%;
height:100%
min-height: 100%; 
background-image: url(../Images/download1.jpg);
background: -webkit-linear-gradient(top, #ededed, #98acc6);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;  
background-position: 50% 130%;*/

    margin: 0;
    background-attachment: fixed !important;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    background-image: url(../Images/bk0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
form
{
background-color: White;
border: 3px solid #f1f1f1;
border-radius: 30px;
position: fixed;
}
.font
{
font-family: -apple-system, Arial, "Noto Sans", sans-serif, "Segoe UI Symbol", "Noto Color Emoji";
font-size: 15px;
font-weight: bold;
color:Black;
}
.font-header
{
color: #3b4e86; 
margin: 35px;
font-size: 20px;
}
        
.font-label
{
color:White;
font-size: 20px;
}
input[type=text], input[type=password]
{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
.DropDownList
{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
.button
{
background-color: #228dd4;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
border-radius: 10px;
font-size: 15px;
font-weight: bold;
}
.button-reset
{
background-color: #dc3545;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
border-radius: 10px;
font-size: 15px;
font-weight: bold;
}
button:hover
{
opacity: 0.8;
}
.cancelbtn
{
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
.imgcontainer
{
text-align: center;
margin: 10px 0 0 0;
}
img.avatar
{
width: 40%;
border-radius: 50%;
}
.container
{
/*max-width: 750px;*/
padding: 16px;
}
.container-header
{
padding: 15px 0;
margin: 1px 0;
border-top-left-radius: 27px;
border-top-right-radius: 27px;
}
.container-footer
{
padding: 5px 0;
margin: 0px 0;
border-bottom-left-radius: 27px;
border-bottom-right-radius: 27px;
}
.Msg-error
{
color: Red;
}