* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}

a:hover {
    color: #9a9797;
}


.login-section {
    display: flex;
    height: 100vh;
}

.section__left {
    flex-basis: 69%;
    background-image: url(../img/login/Background.jpg);
    background-position: left;
}

.section__right {
    flex-basis: 30%;
    background-color: #fff;
    z-index: 3;
}

    .section__right .right__form {
        padding: 7rem 7rem 3rem 7rem;
        display: flex;
        flex-direction: column;
    }

.logo-sec {
    text-align: center;
    margin-bottom: 3rem;
}

   

.form-group {
    margin-bottom: 2rem;
}

.form-label {
    margin: 0.2rem 0rem;
    color: #595959;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
  /*  padding: 0.375rem 0.75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

    .form-control:focus {
        outline: 0;
        border-bottom: 1px solid #ced4da;
    }

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-top: -5px;
    display: flex;
}

    .input-group-prepend svg {
        height: 16px;
    }

.input-group-text {
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
    padding-left: 0.3rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-bottom: 1px solid #ced4da;
}

.login-button {
    background-color: #d7764b;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.3rem;
    margin: 3rem 0rem;
    cursor:pointer;
}

    .login-button:hover {
        background-color: #505050;
        color: #fff !important;
    }

.captcha-sec {
    display: flex;
    flex-direction: row;
}

.enter-captcha {
    flex-basis: 50%;
    margin-right: 50px;
}

.captcha-img {
    flex-basis: 50%;
    border-bottom: 1px solid #ddd;
    margin-top: 7px;
}

.captch-code {
    font-size: 20px;
    color: #837b7b;
    font-weight: 100;
}

.icon-Icon-ionic-ios-refresh {
    position: absolute;
    right: 120px;
    font-size: 20px;
    cursor: pointer;
    margin-top: -22px;
    color: #7f7f7f;
}

    .icon-Icon-ionic-ios-refresh:hover {
        color: #000;
    }

.form-footer {
    text-align: center;
}

    .form-footer span {
        line-height: 1.9rem;
    }

        .form-footer span a:first-child {
            padding-right: 10px;
            border-right: 1px solid #9e9e9e;
        }
        .form-footer span a:last-child {
            padding-left: 10px;
        }
.text-grey {
    color: #8b8b8f;
}

.text-grey-dark {
    color: #d46636;
}

.text-decoration-0 {
    text-decoration: none;
}

.text-num {
    font-size: 2.8rem;
    margin-bottom: 0.4rem;
    display: inline-block;
}

.text-left {
    text-align: left;
}



    

.hexa {
    width: 190px;
    -webkit-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
    -moz-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
    -ms-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
    clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
}

.gon {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    /*transition: color 500ms ease, text-shadow 500ms ease;*/
    border: 1px solid #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .gon:hover {
        color: #fff;
        /*text-shadow: 0 0 1px white;*/
        //background-color: #ffd66b !important;
        background-image: linear-gradient(#7a0505,#ffd66b) !important;
    }

        .gon:hover.position-1.one, .gon:hover.position-1.two {
            background-image: linear-gradient(#7a0505,#ffd66b),url(../img/login/e-return.jpg);
        }

        .gon:hover.position-10.one, .gon:hover.position-10.two {
            background-image: linear-gradient(#7a0505,#ffd66b),url(../img/login/CheckPost.jpg);
        }

        .gon:hover.position-7.one, .gon:hover.position-7.two {
            background-image: linear-gradient(#7a0505,#ffd66b),url(../img/login/inspection.jpeg);
        }



    .gon i {
        top: 17%;
        position: absolute;
        font-size: 3.3rem;
    }

.position-1, .position-2,
.position-3, .position-4,
.position-5, .position-6,
.position-7, .position-8,
.position-9, .position-10,
.position-11, .position-12 {
    position: relative;
}

    .position-1 .border-bottom,
    .position-2 .border-bottom,
    .position-3 .border-bottom,
    .position-4 .border-bottom,
    .position-5 .border-bottom,
    .position-6 .border-bottom,
    .position-7 .border-bottom,
    .position-8 .border-bottom,
    .position-9 .border-bottom,
    .position-10 .border-bottom,
    .position-11 .border-bottom,
    .position-12 .border-bottom {
        width: 50px;
        height: 4px;
        background-color: #ede9e9;
        position: absolute;
        border-radius: 5px;
    }



@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}



@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.zoomOut {
    animation-name: zoomOut;
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

.animation1a {
    animation: zoomOut 8s 1s;
    animation-fill-mode: forwards;
}

.animation1b {
    animation: zoomIn 8s 1s;
    animation-fill-mode: forwards;
}

.animation2a {
    animation: zoomOut 8s 5s;
    animation-fill-mode: forwards;
}

.animation2b {
    animation: zoomIn 8s 5s;
    animation-fill-mode: forwards;
}

.animation3a {
    animation: zoomOut 8s 8s;
    animation-fill-mode: forwards;
}

.animation3b {
    animation: zoomIn 8s 8s;
    animation-fill-mode: forwards;
}

.animation4a {
    animation: zoomOut 8s 11s;
    animation-fill-mode: forwards;
}

.animation4b {
    animation: zoomIn 8s 11s;
    animation-fill-mode: forwards;
}

.animation5a {
    animation: zoomOut 8s 14s;
    animation-fill-mode: forwards;
}

.animation5b {
    animation: zoomIn 8s 14s;
    animation-fill-mode: forwards;
}

.animation6a {
    animation: zoomOut 8s 17s;
    animation-fill-mode: forwards;
}

.animation6b {
    animation: zoomIn 8s 17s;
    animation-fill-mode: forwards;
}

.position-1 {
    background-size: 253px 287px;
    position: absolute;
    top: 10%;
    left: 1%;
    width: 256px;
    height: 282px;
}

    .position-1 .border-bottom {
        left: 100px;
        bottom: 90px;
    }

    .position-1.one {
        background-image: linear-gradient(#515254c9,#515254),url(../img/login/e-return.jpg);
    }

    .position-1.two {
        background-image: linear-gradient(#e0885bad,#e0885be0),url(../img/login/e-permit.jpeg);
    }

.position-2 {
    position: absolute;
    left: 17%;
    top: 15%;
    width: 256px;
    height: 282px;
}

    .position-2.one {
        background-color: #eb895c;
    }

    .position-2.two {
        background-color: #505050;
    }

    .position-2 .border-bottom {
        left: 97px;
        bottom: 96px;
    }

.position-3 {
    position: absolute;
    top: 10%;
    left: 32%;
    width: 207px;
    height: 216px;
}

    .position-3.one {
        background: #505050;
    }

    .position-3.two {
        background: #eb895c;
    }

    .position-3 .border-bottom {
        left: 75px;
        bottom: 60px;
    }

.position-4 {
    position: absolute;
    top: 7%;
    right: 40%;
    width: 273px;
    height: 298px;
}

    .position-4.one {
        background-color: #eb895c;
    }

    .position-4.two {
        background-color: #eb895c;
    }

    .position-4 .border-bottom {
        left: 111px;
        bottom: 104px;
    }

.position-5 {
    position: absolute;
    top: 5%;
    right: 23%;
    width: 247px;
    height: 282px;
    justify-content: flex-start;
    padding-left: 24px;
}

    .position-5.one {
        background: #505050;
    }

    .position-5.two {
        background-color: #eb895c;
    }

    .position-5 .border-bottom {
        left: 26px;
        bottom: 103px;
    }

.position-6 {
    position: absolute;
    top: 39%;
    left: 7%;
    width: 256px;
    height: 282px;
}

    .position-6.one {
        background-color: #eb895c;
    }

    .position-6.two {
        background-color: #65605e;
    }

    .position-6 .border-bottom {
        left: 94px;
        bottom: 95px;
    }

.position-7 {
    background-size: 253px 287px;
    position: absolute;
    top: 35%;
    right: 47%;
    width: 334px;
    height: 355px;
    background-repeat: round;
}

    .position-7.one {
        background-image: linear-gradient(#515254c9,#515254),url(../img/login/Transport.jpg);
    }

    .position-7.two {
        background-image: linear-gradient(#515254c9,#515254),url(../img/login/inspection.jpeg);
    }

    .position-7 .border-bottom {
        left: 138px;
        bottom: 102px;
    }

.position-8 {
    position: absolute;
    right: 24%;
    top: 34%;
    width: 332px;
    height: 391px;
    justify-content: flex-start;
    padding-left: 24px;
    text-align: left;
}


    .position-8.one {
        background-color: #4d4d4d;
    }

    .position-8.two {
        background-color: #eb895c;
    }


    .position-8 .border-bottom {
        left: 28px;
        bottom: 137px;
    }

    .position-8.two .border-bottom {
        left: 28px;
        bottom: 108px;
    }

    .position-8 i {
        top: 22%;
        left: 23px;
    }

.position-9 {
    position: absolute;
    left: 0%;
    top: 65%;
    width: 212px;
    height: 248px;
}

    .position-9.one {
        background-color: #4d4d4d;
    }

    .position-9.two {
        background-color: #eb895c;
    }

    .position-9 .border-bottom {
        left: 88px;
        bottom: 90px;
    }

.position-10 {
    background-size: 253px 287px;
    position: absolute;
    top: 67%;
    right: 66%;
    width: 242px;
    height: 263px;
}

    .position-10.one {
        background-image: linear-gradient(#e0885bad,#e0885be0),url(../img/login/Welghbridge_Integration.jpg);
    }

    .position-10.two {
        background-image: linear-gradient(#675a57ab,#292726e0),url(../img/login/CheckPost.jpg);
    }


    .position-10 .border-bottom {
        left: 88px;
        border-radius: 5px;
        bottom: 66px;
    }

    .position-10.two .border-bottom {
        bottom: 99px;
    }

.position-11 {
    position: absolute;
    bottom: 6%;
    right: 54%;
    width: 154px;
    height: 169px;
}

    .position-11 .border-bottom {
        left: 53px;
        bottom: 46px;
    }

    .position-11.one {
        background-color: #4d4d4d;
    }

    .position-11.two {
        background-color: #eb895c;
    }

.position-12 {
    position: absolute;
    bottom: 7%;
    right: 40%;
    width: 198px;
    height: 231px;
}

    .position-12.one {
        background-color: #eb895c;
    }

    .position-12.two {
        background-color: #4d4d4d;
    }

    .position-12 .border-bottom {
        left: 74px;
        bottom: 74px;
    }

.position-13 {
    position: absolute;
    top: 45%;
    left: 25%;
    width: 154px;
    height: 175px;
}


    .position-13.one {
        background-color: #eb895c;
    }

    .position-13.two {
        background-color: #65605e;
    }

    .position-13 .border-bottom {
        left: 94px;
        bottom: 95px;
    }

.icon-Issuance_of_License {
    font-size: 2.5rem !important;
}

/*Forgot password*/
.email-phone-icon svg {
    margin-left: -7px;
}

.user-code-sec {
    display: flex;
    flex-direction: row;
}

.sec-left {
    flex-basis: 150%;
    margin-right: 50px;
}

.sec-right {
    flex-basis: 50%;
}

.submit-btn {
    background-color: #408743;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    margin: 0rem 0rem 0rem 0rem;
    display: inline-block;
    cursor: pointer;
}

    .submit-btn:hover {
        background-color: #4caf50;
        color: #fff !important;
    }

p.note {
    margin-bottom: 1.5rem;
    color: #f44336;
    line-height: 20px;
    font-size: 80%;
}

.award-img {
    height: 100px;
    margin-top: -55px;
}

/*Media Querry*/
@media only screen and (max-width: 1680px) {
    .position-2 {
        top: 19%;
    }

    .position-3 {
        top: 5%;
        left: 30%;
    }

    .position-5 {
        top: 2%;
        right: 23%;
    }

    .position-6 {
        top: 40%;
        left: 5%;
    }

    .position-7 {
        top: 34%;
        right: 49%;
        width: 294px;
        height: 312px;
    }

        .position-7 .border-bottom {
            left: 126px;
            bottom: 83px;
        }

    .position-8 {
        right: 22%;
        top: 35%;
        width: 332px;
        height: 375px;
    }

    .position-9 {
        top: 67%;
    }

    .position-10 {
        top: 60%;
        right: 66%;
    }

    .position-13 {
        visibility: hidden;
    }

    .position-9 {
        left: 3%;
    }

    .position-1 {
        width: 230px;
        height: 250px;
    }

    .position-6 {
        width: 226px;
        height: 250px;
    }

    .section__right .right__form {
        padding: 7rem 5rem 3rem 5rem;
    }

    .icon-Icon-ionic-ios-refresh {
        right: 80px;
    }
}

@media only screen and (max-width: 1600px) {
   
    .position-1 {
        top: 5%;
        left: 1%;
        width: 241px;
        height: 263px;
    }

        .position-1 .border-bottom {
            left: 94px;
            bottom: 76px;
        }

    .position-2 {
        left: 17%;
        width: 229px;
        height: 259px;
    }

        .position-2 .border-bottom {
            left: 85px;
            bottom: 88px;
        }

    .position-3 {
        top: 2%;
        left: 29%;
    }

    .position-4 {
        top: 3%;
        right: 40%;
        width: 253px;
        height: 276px;
    }

        .position-4 .border-bottom {
            left: 103px;
            bottom: 92px;
        }

    .position-6 {
        width: 239px;
        height: 258px;
    }

        .position-6 .border-bottom {
            left: 91px;
            bottom: 91px;
        }

    .position-9 .border-bottom {
        left: 76px;
    }

    .logo-sec img {
        height: 96px;
    }

    .position-5 {
        width: 221px;
        height: 240px;
    }

    .position-5 .border-bottom {
        left: 28px;
        bottom: 84px;
    }

    .position-8 {
        right: 22%;
        top: 35%;
        width: 297px;
        height: 310px;
    }

    .position-8 .border-bottom {
        left: 28px;
        bottom: 95px;
    }

    .position-8 i {
        top: 21%;
        font-size: 2.5rem;
    }

    .position-8.two .border-bottom {
        bottom: 88px;
    }

    .position-7 {
        top: 36%;
        width: 260px;
        height: 265px;
    }

    .award-img {
        height: 80px;
        
    }

    .position-7 .border-bottom {
        left: 105px;
        bottom: 69px;
    }

    .position-6 {
        width: 200px;
        height: 213px;
    }

    .position-6 .border-bottom {
        left: 69px;
        bottom: 71px;
    }

    .position-9 
    {
        left: 2%;
        width: 189px;
        height: 205px;
    }

    .position-9 .border-bottom {
        bottom: 71px;
        left: 67px;
    }
    .icon-Icon-ionic-ios-refresh {
        right: 96px;
    }
}

@media only screen and (max-width: 1440px) {
    .position-1 {
        top: 1%;
    }

    .position-2 {
        width: 216px;
        height: 233px;
        top: 21%;
    }

        .position-2 .border-bottom {
            left: 85px;
            bottom: 75px;
        }

    .position-3 {
        left: 26%;
    }

    .position-4 {
        top: 7%;
        right: 43%;
        width: 232px;
        height: 255px;
    }

        .position-4 .border-bottom {
            left: 95px;
            bottom: 84px;
        }

    .position-7 {
        top: 36%;
        right: 49%;
        width: 274px;
        height: 297px;
    }

        .position-7 .border-bottom {
            left: 113px;
            bottom: 78px;
        }


    .position-12 {
        bottom: 7%;
        right: 41%;
        width: 174px;
        height: 201px;
    }

    .position-12 .border-bottom {
        left: 64px;
        bottom: 64px;
    }

   

    .position-9, .position-10 {
        display: none;
    }

    .position-11 {
        right: 60%;
    }

    .position-6 {
        top: 36%;
        left: 1%;
        width: 153px;
        height: 165px;
    }

    .position-6 .border-bottom {
        left: 51px;
        bottom: 46px;
    }

    .position-7 {
        top: 58%;
        right: 76%;
        width: 215px;
        height: 229px;
    }

        .position-7 .border-bottom {
            left: 81px;
            bottom: 44px;
        }

    .position-2 {
        top: 34%;
        width: 207px;
        height: 221px;
        left: 21%;
    }

        .position-2 .border-bottom {
            bottom: 71px;
            left: 70px;
        }

    .position-3 {
        left: 24%;
    }

    .position-12 {
        bottom: 28%;
        right: 50%;
        
    }

    .award-img {
        height: 60px;
        margin-top: -29px;
    }

    .section__right .right__form {
        padding: 5rem 4rem 3rem 4rem;
    }

    .position-2 .border-bottom {
        bottom: 54px;
    }

    .position-13 {
        top: 70%;
        left: 47%;
        visibility:visible;
    }

    
}

@media only screen and (max-width: 1366px) {
    .section__right .right__form {
        padding: 4rem 4rem 0rem 4rem;
    }

    input,
    input::placeholder {
        font-size: 12px;
    }

    .input-group-text {
        padding-right: 0.5rem;
    }

    .logo-sec img {
        height: 75px;
    }

    .gon {
        font-size: 1rem;
    }

        .gon i {
            font-size: 2.5rem;
        }

    .text-num {
        font-size: 2.5rem;
    }

    .logo-sec {
        margin-bottom: 2rem;
    }

    .form-control {
        height: calc(1em + 0.5rem + 2px);
    }

    .login-button {
        margin: 2rem 0rem;
        padding: 0.5rem;
        font-size: 1.2rem;
    }

        .login-button.form-control {
            height: auto;
        }

    .position-1 {
        width: 192px;
        height: 210px;
        left: 4%;
        top: 2%;
    }

        .position-1 .border-bottom {
            left: 72px;
            bottom: 52px;
        }

    .position-2 {
        top: 32%;
        left: 19%;
    }



    .position-3 {
        left: 24%;
        width: 196px;
        height: 200px;
    }

        .position-3 .border-bottom {
            bottom: 55px;
        }

    .position-4 {
        top: 6%;
        right: 43%;
        width: 210px;
        height: 230px;
    }

        .position-4 .border-bottom {
            left: 82px;
            bottom: 63px;
        }

    .position-5 {
        top: 2%;
        right: 20%;
        width: 236px;
        height: 202px;
    }

        .position-5 .border-bottom {
            left: 26px;
            bottom: 68px;
        }

    .position-8 {
        right: 18%;
        top: 36%;
        width: 323px;
        height: 339px;
    }

        .position-8 .border-bottom {
            bottom: 112px;
        }

        .position-8.two .border-bottom {
            left: 28px;
            bottom: 90px;
        }

    .position-12 {
        bottom: 25%;
        right: 49%;
        width: 162px;
        height: 185px;
    }


        .position-12 .border-bottom {
            left: 57px;
            bottom: 56px;
        }

    .submit-btn {
        margin: 0rem 0rem 0rem 0rem;
    }

    .award-img {
        height: 70px;
        margin-top: -20px;
    }

    .position-2 .border-bottom {
        bottom: 68px;
    }

    .position-13 {
        top: 74%;
        left: 46%;
        width: 114px;
        height: 132px;
        visibility: visible;
    }

    .captcha-img {
        margin-top: 0px;
    }

    .icon-Icon-ionic-ios-refresh {
        right: 80px;
        font-size: 15px;
        margin-top: -18px;
    }

    .position-7 {
        top: 60%;
        right: 77%;
        
    }
}

@media only screen and (max-width: 1280px) {
     .position-8 {
        display: none;
    }

    p.note {
        
        font-size: 65%;
    }

    .position-13 {
        
        visibility: hidden;
    }

    .position-2 {
        top: 62%;
        left: 28%;
    }


    .position-11 {
        bottom: 71%;
        right: 40%;
    }

    .position-3 {
        left: 29%;
    }

    .position-5 {
        top: 18%;
    }

    .position-6 {
        top: 29%;
        left: 16%;
        width: 167px;
        height: 182px;
    }
   

    .position-9 {
        top: 43%;
    }

    .position-10 {
        right: 63%;
    }

    .position-7 {
        top: 54%;
        width: 246px;
        height: 265px;
    }

    .position-7 .border-bottom {
        left: 100px;
        bottom: 52px;
    }


    .position-12 {
        bottom: 11%;
        right: 34%;
    }

    .position-4 {
        top: 30%;
        right: 46%;
        width: 201px;
        height: 221px;
    }
}

@media only screen and (max-width: 1024px) 
{

    .position-11, .position-12, .position-2, .position-5, .position-10 {
        display: none;
    }

    .position-1 {
        width: 178px;
        height: 193px;
        left: 1%;
        top: 3%;
    }

    .position-6 {
        top: 31%;
        left: 17%;
        width: 150px;
        height: 160px;
    }

    .position-4 {
        top: 32%;
        right: 46%;
        width: 210px;
        height: 230px;
    }

    .section__right {
        flex-basis: 56%;
    }

    .position-4 {
        right: 46%;
        top: 35%;
    }

    .position-6 {
        top: 28%;
        left: 17%;
    }

    .position-7 {
        right: 72%;
        top: 54%;
    }

    

    .position-9 {
        top: 42%;
        width: 195px;
        height: 220px;
    }

        .position-9 .border-bottom {
            left: 72px;
            bottom: 74px;
        }


    .icon-Icon-ionic-ios-refresh {
        right: 67px;
    }
    .position-3 {
        left: 28%;
    }
    .position-13 {
        top: 73%;
        left: 34%;
        visibility: visible;
    }
   
}

@media only screen and (max-width: 768px) {
    .section__left {
        display: none;
    }

    .section__right {
        flex-basis: 100%;
    }

        .section__right .right__form {
            padding: 4rem 11rem 0rem 11rem;
        }

    .logo-sec img {
        height: 100px;
    }

    

    .logo-sec {
        margin-bottom: 2rem;
    }

    .icon-Icon-ionic-ios-refresh {
        right: 212px;
    }
    
}


@media only screen and (max-width: 640px) {
    .icon-Icon-ionic-ios-refresh {
        right: 147px;
    }
}


@media only screen and (max-width: 576px) {
    .icon-Icon-ionic-ios-refresh {
        right: 116px;
    }

    .logo-sec img {
        height: 70px;
    }
    .section__right .right__form {
        padding: 4rem 7rem 0rem 6rem;
    }
}

@media only screen and (max-width: 480px) {
    .section__right .right__form {
        padding: 4rem 2rem 0rem 2rem;
    }
    .icon-Icon-ionic-ios-refresh {
        right: 37px;
    }
}






@media only screen and (max-width: 375px) {
    .captcha-sec {
        display: flex;
        flex-direction: column;
    }

    .captcha-img {
        margin-top: 2rem;
    }

    

    input,
    input::placeholder {
        font-size: 12px;
    }

    .enter-captcha {
       
        margin-right: 0px;
    }


    .captch-code {
        font-size: 17px;
        padding-bottom: 5px;
        
    }

    .icon-Icon-ionic-ios-refresh {
        right: 38px;
        margin-top: -23px;
    }

    .user-code-sec {
        flex-direction: column;
    }

    .sec-left {
        margin-right: 0px;
    }

    .sec-right {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 360px) 
{
    .submit-btn {
        padding: 1rem 1rem;
        line-height: 2px;
    }
}






    /*End*/

