﻿
body, html {
    position: relative;
    font-family: 'Muli', sans-serif;
    height: unset;
    background-position: top right;
    /*background-color: #213a5a;*/
    background-color: #3A3A3A;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    /*background-image: linear-gradient( 90deg, #005B9E calc(100% - 96rem), rgba(25,118,210,0) 100% ), url(../Images/bgyug.svg);*/
}
.brand_title {
    color: #fff !important;
    font-size: 28px;
    text-transform: uppercase;
    padding-top: 8%;
    
}



#login-box {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    /*width: 350px;*/
    width: 465px;
    margin: 0 auto;
    /*border: 1px solid #103268;*/
    background: #FFFFCC;
    /*background: rgba(48, 46, 45, 1);*/
    /*background-image: linear-gradient(to top left, #30cfd0 0%, #330867 100%);*/
    /*-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;*/
    border-radius: 5px;
    /*min-height: 250px;*/
    min-height: 420px;
    padding: 20px;
    z-index: 9999;
}
.text-head{
    color:#fff;
    top:236px;
}
.label-name {
    font-size: 14px;
    margin-top: 6px;
    display: block;
    font-weight: 900;
    color: #000;
    letter-spacing:1px;
}
.help-text {
  
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    color: #3A3A3A;
}
.help-text1 {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    padding-top: 18px;
    letter-spacing: 0.6px;
}
.Digi-head {
    font-size: 58px;
    font-family: 'Josefin Sans', sans-serif;
}
#login-box .logo .logo-caption {
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

    #login-box .logo .tweak {
        color: #ff5252;
        font-weight: 600;
    }

    #login-box .controls {
        padding-top: 30px;
    }
.field-validation-error {
    color: rgb(255, 255, 255);
    background-color: rgb(207, 60, 45);
    text-align: left;
    font-size: 0.775rem;
    line-height: 1rem;
    border-radius: 2px;
    padding: 0.08rem 0.5rem;
}


#login-box .controls input {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    color: black;
    height:36px;
    font-size: 13px;
    margin-bottom: 8px;
}

    #login-box .controls input:focus {
        box-shadow: none;
        border: 1px solid #1976D2;
    }

            #login-box .controls input:first-child {
                border-top-left-radius: 2px;
                border-top-right-radius: 2px;
            }

            #login-box .controls input:last-child {
                border-bottom-left-radius: 2px;
                border-bottom-right-radius: 2px;
            }

.btn-login{
    border-radius: 2px;
    margin-top: 8px;
    background: #3ED0A6;
   border:none;
    color: white;
    font-weight:600;
}
    .btn-login:hover {
        background: #33a282;
        border:none;
        color: #fff;
    }


.btn-cancel {
    border-radius: 2px;
    margin-top: 8px;
    background: #fff;
    color: #3ED0A6;
    font-weight: 500;
    border: 1px solid #3ED0A6;
}

    .btn-cancel:hover {
      
        background: #3ED0A6;
        color: #fff;
    }

/* (1920x1080) Full HD Display */
@media screen and (min-width: 1920px) {

    /* insert styles here */

  
    .log-top {
        padding-top: 15% !important;
    }
}