﻿body {
    margin:0px;
}
#bannerDesktop {
     background: #fff no-repeat;
  background-image: url("../Images/sessionbackground.png"); /* fallback */
  background-image: url("../Images/sessionbackground.png"), linear-gradient(#fff, #fff);
/*background: -webkit-linear-gradient(to right, #5c4bea, #0fdeff);
background: -ms-linear-gradient(to right, #5c4bea, #0fdeff);
background: -moz-linear-gradient(to right, #5c4bea, #0fdeff);
background: -o-linear-gradient(to right, #5c4bea, #0fdeff);
background: linear-gradient(to right, #5c4bea, #0fdeff);*/
min-height: 100vh;
background-size:cover;
}
#bannerMobile {
    display:none;
}
a {
    color:#028bfd;
    /*font-family:'Lucida Sans';*/
    font-weight:bold;
    cursor:pointer;
}
#Dskbutton {
    padding-top:570px;
    padding-left:600px;
}
@media (max-width:568px) {
    #bannerDesktop {
        display:none;
    }
    #bannerMobile {
        display:block;
        background: #fff no-repeat;
         background-image: url("../Images/sessionbackgroundmobile.png");
         
    }
    #mobbutton {
  padding-top:500px;
    padding-left:150px;
}
}
#ForgotPasswordDiv {
        margin-left: 4%;
    background-color:white;
    margin-top:120px;
    min-height:300px;
   border-radius:6px;
    padding:30px;
    box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
#ButSubmit {
    margin-top:15px;
    width:44%;
    background:#0aa2e5;
    border:solid 1px #0aa2e5;
}
#ButUpdate {
    margin-top:15px;
    width:44%;
    background:#0aa2e5;
    border:solid 1px #0aa2e5;
}
#ButReset {
     margin-top:15px;
 width:44%;
 background:#fdc30d;
  border:solid 1px #fdc30d;
}
.ForgotBody {
    background-image:linear-gradient(to right, #15cbd6 , #5785e7);
}
.Chanepasswordbody {
    background-image:linear-gradient(to right, #15cbd6 , #5785e7);
}
#ChangePasswordDiv {
background-color:white;
    margin-top:50px;
    min-height:300px;
   border-radius:6px;
    padding:30px;
    box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
.passwordicon {
    width: 110px;
    height: 84px;
}
.center {
    text-align:center;
}
#Txtnewpassword {
    margin-top:15px;
}
#DivTockenStatus {
   background: #c70808;
    color: white;
    border-radius: 7px;
    border: solid 1px #bd0b0b;
    text-align: center;
}
.center {
    text-align:center;
}
#Lockicon {
    font-size:90px;
}
.SpanForgotpwdTxt {
    font-size:26px;
}
.SpanForgotpwdSubTxt {
     font-size:12px;
}
.txtallgnright {
    text-align:right;
}
.TxtBackhome {
    color:#337ab7;
    text-decoration:underline;
}
.paddingtp28 {
    padding-top:28px;
}