﻿
.LoginScreen{
    position: absolute;
    width: 500px;
     left: 34%;
    /*top: 20%;*/
    top:0%;
    background: white;
    padding: 20px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    min-height: 250px;
    overflow: hidden;
    
    
}

.LoginScreen1{
    position: absolute;
    width: 500px;
     left: 34%;
    /*top: 20%;*/
   
    background: white;
    padding: 20px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    /*box-shadow: 4px 4px 4px 4px rgba(19, 35, 47, 0.3);*/
    min-height: 250px;
    overflow: hidden;
    
    
}
body{
    /*color:#3b3c67,*/
     /*color:    #004085*/
      color:    white;
      overflow:hidden;
        
}
.LoginTitle{
    position: absolute;
    /*width: 500px;*/
    text-align:center     ;
         /*position: fixed;*/
           border:groove;
            width: 100%;
            height: 70%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5);
            /*z-index: 1050;*/
            cursor: none;
            touch-action:none;
            pointer-events:none;
    top: 80%;
   
   
  background-color:  #ff6900
   
    
}

.LoginTitleAUH {
    position: absolute;
    /*width: 500px;*/
    text-align: center;
    /*position: fixed;*/
    border: groove;
    width: 100%;
    height: 5%;
    top: 95%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    /*z-index: 1050;*/
    cursor: none;
    touch-action: none;
    pointer-events: none;
    background-color: #ff6900
}

body{
    /*background: #f2f7f8!important;*/
     /*background-image: url('../Imgs/logo-icon.png');*/
    background-position: center top;
        background-size: cover;
}

.Logo{
    padding: 15px;
}

.Logo img{
    display: block;
    margin: auto;
}

.Formsection{
    padding: 45px;
}
.errmsg span{
 color: red;
 display: block;
 text-align: center;
}
.Formsection .form-control{
    border-radius: 15px;
    font-size: 13px;
    height: 35px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  
}


.Field{
    min-height: 40px;
    clear: both;
    margin-bottom: 10px;
}

.Field label{
    font-family:Aller, Aller, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #ff4900;
}
    .Field .btn {
        display: block;
        margin: 20px auto;
        width: 100%;
        border-radius: 10px;
        background-color: #FF6900;
    }
/*body {
    background-image: url('../Imgs/login.jpg');
    background-position: center top;
        background-size: cover;
}

.LoginScreen{
    float:inherit;
    width: 30%;
    left: 34%;
    top: 20%;
    background: white;
    padding: 20px;
    max-width: 600px;
    height: 100%;
      box-shadow: 0px 4px 10px 4px rgba(19, 35, 47, 0.3);
      
    min-height: 250px;
    overflow: hidden;
}*/
.form-control:focus{
    border-color: #ff6900;
}
a:hover {
    color: #ff6900;
}