.loginBg {
    display: block;
    width: 100%;
    height: 100vh;
    background: url(./../../images/bgLoginImg.png);
    padding: 62px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.loginform{
    display: inline-block;
    width: 100%;
}
.loginform a{
    display: inline-block;
}
.loginform a img{
    display: inline-block;
    width: 120px;
}
.loginform h1{
    font-family: 'latobold';
    color: #4f4f6f;
    width: 100%;
    margin-bottom:10px;
    font-size: 30px;
}
.loginform p{

    color: #4f4f6f;
    width: 100%
}
.loginInput{
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.loginInput label{
    display: inline-block;
    width: 100%;
    color: #4f4f6f;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'latobold';
    margin-bottom: 8px;
}
.loginInput input{
    width: 100%;
    height: 46px;
    padding: 0 10px;
    border: 1px solid #cacbcc;
    outline: none;
    color: #4f4f6f;
    font-family: 'latolight';
    border-radius: 4px;
    background-color: transparent;
    font-size: 15px;
}

.loginInput button{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 12px 0;
    background: #34aa65;
    text-transform: capitalize;
    font-family: 'latobold';
    font-size: 14px;
    border:none;
}
.loginInput button:hover{
    background-color:  #4b4a48;
}
.loginInput .getstrtBtn{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 12px 0;
    background: #4b4a48;
    text-transform: capitalize;
    font-family: 'latobold';
    font-size: 14px;
}
.loginInput .getstrtBtn:hover{
    background-color:  #34aa65;
}
.forgot{
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.forgot a{
    display: inline-block;
    width: 100%;
    color: #4b4a48;
    font-family: 'latobold';
    font-size: 16px;
}
.forgot a:hover{
    color: #34aa65;
}
.loginRigthImg{
    display: inline-block;
    margin-top: 80px;
}
.paddingleft0{
    padding-left: 0;
}

.loaderImage {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #404040a1;
    background-image: url(./../../images/loader.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    /*opacity: 0.4;*/
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.errorMessage{
    display:none;
    float:left;
    width:100%;
    color:red !important;
    text-align:center;
}

.successMessage{
    display:none;
    float:left;
    width:100%;
    color:blue !important;
    text-align:center;
}

.actionbutton{
    float: right;
    /* width: 100% !important; */
    margin: 0;
}

.actionbackcolor{
    background: linear-gradient(45deg, #ff0000 0%, #ff00006e 100%) !important;
    border: none;
    outline: none;
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 148px;
    height: 148px;
    background: transparent;
    /* border: 3px solid #3c3c3c; */
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-size: 20px;
    color: #fff000;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff000;
    /* box-shadow: 0 0 20px rgba(0,0,0,.5); */
}
.ring:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 150px;
    height: 150px;
    border: 6px solid transparent;
    border-top: 6px solid #34aa65 ;
    border-right: 6px solid #34aa65 ;
    border-radius: 50%;
    animation: animateCircle 2s linear infinite;
}
.spanLoad {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin:left;
    animation: animate 2s linear infinite;
}
.spanLoad:before {
    content:'';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff000;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #fff000;
}

@keyframes animateCircle
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
@keyframes animate
{
    0%
    {
        transform: rotate(45deg);
    }
    100%
    {
        transform: rotate(405deg);
    }
}

.pac-container {
    background-color: #FFF;
    z-index: 1052 !important;
    position: fixed;
    display: inline-block;
    float: left;
}

.customCrossButton{
    margin-top: -17px;
    font-size: x-large;
    margin-right: -8px;
}

.customImageStyle{
    border-radius: 50%!important;
    margin: 0 auto;
    /*height: auto; */
    display: block;
    width: 98px;
    height: 98px;
}

.marginRight{
    margin-right: 15px;
}

.padding0{
    padding: 0;
}

.formerrorMessage{
    display:none;
    float:left;
    width:100%;
    color:red !important;
    text-align:center;
    font-size: 16px;
    border: 1px solid red;
    padding: 6px 0;
    border-radius: 4px;
}

.formsuccessMessage{
    display:none;
    float: left;
    width: 100%;
    color: blue !important;
    text-align: center;
    font-size: 16px;
    border: 1px solid blue;
    padding: 6px 0;
    border-radius: 4px;
}
.plystore{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.plystore p{
    color: #4b4a48;
    font-family: 'latobold';
    font-size: 16px;
}