﻿ .Title {
background: #6fc95f;
color:#FFF;
width:30%;
}
        .votenow_table {
            width:70%;
        }
.errorm{font-size:Large;font-weight:bold;}
.table{
font-size:18px;
}
        .mobile44 {
         
        width:70%;
        padding:5px;
margin:0 auto;
        }
        body {
            min-height: 550px;
        }

        .email-otp {
            float: right;
        }
.instructions p{
        font-size:16px;
        }
        .instructions ul li {
            font-size:16px;
            margin: 15px 0px;
        }
        .instructions h4 {
        font-weight:bold;
        margin:20px 0px;
        }
        .instructions {
            padding:20px 30px;
        background-color:#fff;
        }
        .instructions ul {
        padding-left:40px;
        }
            .instructions h2 {
                text-align:center;
                margin-bottom:20px;
                font-weight:bold;
                color: #31527b;
            }
        @media (min-device-width:414px) and (max-device-width:2000px) {
            .email-otp {
                float: left;
            }
        }

        @media (min-width:414px) and (max-width:2000px) {
            .email-otp {
                float: left;
            }
        }

       .verify_input {
    width: 60%;
    padding: 3px;
    font-size: 15px;
    margin-bottom: 1%;
}

       .excla-circle {
            border: 1px solid red;
            border-radius: 29px;
            padding: 11px 19px;
            background-color: red;
            font-size: 24px;
            color: white;
        }

        .modal-button {
            padding: 6px 43px;
            background-color: #34689a;
            border-color: #34689a;
            box-shadow: none;
            color: white;
            font-size: 18px;
        }
        @media screen and (max-width:500px) {
.instructions {
    padding: 20px 0px; 
}
        .votenow_table {
            width:100%;
        }
            .mobile44 {
            width:100%;
            }
         }
        .steps_ul li{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 0% 1%;
    opacity: 0.3;
    cursor: pointer;
    width: 22%;
}
        
            .blink span{
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}