@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 

    .nopad{
        padding:0px;margin:0px;
    }
    p{
        margin-bottom:0px;
    }
    body a:hover{
        text-decoration:none;
    }
    body {
        background-color:#fff;
        font-family: 'Montserrat', sans-serif !important;
    }

    .image_box img {
        width: 100%;
        position: relative;
        top: 68px;
        left: 40px;

    }
    .mylogin{
        padding:0px 0px;
    }
    div#login-column {
        width: 100% !important;
    }
    #login{

        background:url(../images/login_bg.png) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-color: #ffe2d1;
        height:auto;
    }
    .row.login-board {
        background-color: #fff;
        padding:35px;
        border-radius: 40px;
        background: linear-gradient(to bottom, #f8e9b6 , #fc903a );
        border:10px solid #fff;
    }
    #login .container #login-row #login-column .login-box {
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        background-color:#fff;
        border-radius: 10px;
    }
    #login .container #login-row #login-column .login-box #login-form {
        padding: 10px 0px;
    }
    #login .container #login-row #login-column .login-box #login-form #register-link {
        margin-top: -85px;
    }
    #login-form img{
        width: 60px;
        padding-right: 10px;
    }
    .text-center {
        color: #000 !important;
        font-weight: 700;
        font-size: 20px;
        display: inline-block;
        text-align: left !important;
        line-height: 18px;
        margin-bottom: 0px;
        padding-top: 18px;
    }
    .header {
        text-align: center;
        position: absolute;
        left: -36px;
        top: 5%;
        background-color: #fff;
        padding: 0px 0px;
        z-index: 9999999999999999999999999999;
        border-radius: 0px 60px 60px 0px;
    }
    .header img{
        width: 15%;
        margin-bottom: 15px;
    }
    .header span{
        font-size:16px;
        font-weight:500;
    }
    .form-group {
        margin-bottom: 0px !important;
        padding-top: 5px ;
    }
    .text-info {
        color:#000 !important;
    }
    label.text-info {
        font-weight: 600;
    }
    .line {
        background-color: #000;
        color: #fff;
        padding: 8px 0px;
        text-align: center;
        margin-right: 2px;
    }
    .line p{
        margin-bottom:0px;
        text-decoration: line-through;
        font-size: 20px;
        letter-spacing: 3px;
    }
    .line2 {
        background-color: #074d6f;
        width: 100%;
        height: 100%;
    }
    .line2 img {
        width: 96% !important;
        padding: 8px 0px 0px 9px;
    }
    p.captcha {
        text-align: center;
        color: #4b4b4b;
        padding: 3px 0px;
    }
    .mmm-55 .form-control{
        background-color:#efe8ef !important;
        border:none;
    }
    .loginbox{
        padding: 10px 0px 0px 0px;
    }
    .loginbox a {
        width: 100%;
        background-color: #ff6363;
        border: none;
        padding: 7px 0px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        border-radius: 4px;
    }
    .forget{
        padding-left: 51%;
        color: #5d5d5d;
    }

    .account p{
        color: #363636;
        padding-left: 8%;
        padding-top: 5px;
    }

    .account span{
        color:#820d66 !important;
        font-weight:bold;
    }

    .mylogin .footer{
        font-weight: 700;
        text-align: center;
        padding: 24px 0px;
        color:#353535;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .nopad{
        padding:0px;margin:0px;
    }
    p{
        margin-bottom:0px;
    }
    body a:hover{
        text-decoration:none;
    }
    body {
        background-color:#fff;
        font-family: 'Montserrat', sans-serif;
    }

    .image_box img {
        width:100%;
        position: absolute;
        top: 10px;
        left: 40px;
    }
    .mylogin{
        padding:55px 0px;
    }
    div#login-column {
        width: 100% !important;
    }
    #login{

        background:url(../images/login_bg.png) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-color: #ffe2d1;
        //height:100vh;
    }
    .row.login-board {
        background-color: #fff;
        padding:35px;
        border-radius: 40px;
        background: linear-gradient(to bottom, #ffe2d1 , #d84f4b);
        border:10px solid #fff;


    }
    #login .container #login-row #login-column .login-box {

        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        background-color:#fff;
        border-radius: 10px;

    }
    #login .container #login-row #login-column .login-box #login-form {
        padding: 20px;
    }
    #login .container #login-row #login-column .login-box #login-form #register-link {
        margin-top: -85px;
    }
    #login-form img{
        width: 60px;
        padding-right: 10px;
    }
    .text-center {
        padding-top: 25px;
        color: #000 !important;
        font-weight: 700;
        font-size: 24px;
        display: inline-block;
        padding-left: 15px;
        text-align: left !important;
        line-height: 25px;
        margin-bottom: 0px;
    }
    .header {
        text-align: center;
        position: absolute;
        left: -36px;
        top: 5%;
        background-color: #fff;
        padding: 0px 0px;
        z-index: 9999999999999999999999999999;
        border-radius: 0px 60px 60px 0px;
    }
    .header img{
        width: 15%;
        margin-bottom: 25px;
    }
    .header span{
        font-size:16px;
        font-weight:500;
    }
    .form-group {
        margin-bottom: 0px !important;
        padding: 10px 40px 0px 40px;
    }
    .text-info {
        color:#000 !important;
    }
    label.text-info {
        font-weight: 600;
    }
    .line {
        background-color: #000;
        color: #fff;
        padding: 8px 0px;
        text-align: center;
        margin-right: 2px;
    }
    .line p{
        margin-bottom:0px;
        text-decoration: line-through;
        font-size: 20px;
        letter-spacing: 3px;
    }
    .line2 {
        background-color: #074d6f;
        width: 100%;
        height: 100%;

    }
    p.captcha {
        text-align: center;
        color: #4b4b4b;
        padding: 3px 0px;
    }
    .mmm-55 .form-control{
        background-color:#efe8ef !important;
        border:none;
    }
    .loginbox{
        padding: 10px 40px 0px 40px;
    }
    .loginbox a {
        width: 100%;
        background-color: #ff6363;
        border: none;
        padding: 7px 0px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        border-radius: 4px;
    }
    .forget{
        padding-left: 54%;
        color: #5d5d5d;
    }

    .account p{
        color: #363636;
        padding-left: 20%;
        padding-top: 5px;
    }

    .account span{
        color:#820d66 !important;
        font-weight:bold;
    }
    .mylogin .footer{
        font-weight: 700;
        text-align: center;
        padding: 39px 0px;
        color:#353535;
    }

    .line2 img {
        width: 96% !important;
        padding: 8px 0px 0px 9px;
    }
    
    
    /*textdesign */
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
  
  .mylogin .footer{
          font-weight: 700;
    text-align: center;
    padding: 18px 0px;
    color: #b912a4;
    background-color: white;
    margin-top: 30px;
    border-radius: 33px;
    border: 4px solid #01A31C;
    }


}





















