body{
    background-image: url("../Mgns/LgPrb.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.DvPrncpl{  
    background: rgba(0,0,0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0Px;
}
.Cntndr{
    z-index: auto;
    position: relative;
    width: 340px ;
    height: 260px;    
    top: 5%;
    left: 450px;
    padding: 0 15px 0 20px;
    margin:auto ;
    border: solid 1px gray;
    border-radius: 4px;
}
.CntndrNpt{
    z-index: auto;
    position: relative;
    width: 360px;
    display: table;
    border-collapse: separate;
}
.PTxt{
    margin:0 0 10px;
    padding-left: 15px;
    backface-visibility: hidden;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: left;
    color: white;
    box-sizing: border-box;
    float: left;
}
.NptTxt{
    background: none;
    padding-left: 4px;
    height: 44px;
    width: 80%;
    color: #fff;
    font-size: 16px;
    float: left;
    margin: 5px 0 5px 0;
    border: 1px solid white;
    border-radius: 4px;
}
.Mgn{
    background-position: center;
    float: left;
    border: 1px solid #ccc;
    width: 40px;
    height: 42px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid white;
}
#SrLg {
    background-image: url("../Mgns/SrLg.png");
    background-size: 190%;    
} 
#SrKy{
     background-image: url("../Mgns/SrKy.png");
      background-size: 190%;
}
.BtnSbmt{
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    background: #1b5a7c;
    border-radius: 4px;
    color: #ccc;
    width: 160px;
}
/*.SprtTcnc{
    z-index: auto;
    position: relative;
    width: 340px ;
    height: 260px;    
    top: 5%;
    left: 450px;
    padding: 0 15px 0 20px;
    margin:auto ;
    border: solid 1px gray;
    border-radius: 4px;
}*/