svg{
    height:1rem;
}
.login-block button {
    width: 100%;
    height: 40px;
    background: #3C8DBC;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #3C8DBC;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #3C8DBC;
}

.login-block select {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block, .otp-block, .register-block, .fpass-block {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}

.wrapperloginmobile {
    position: relative;
    margin-top: 1em;
}

.wrapperotp2, .wrappercard, .wrappername, .wrapperemail, .wrapperphone, .wrapperfpass2 {
    position: relative;
    margin-top: 1em;
}

.wrapperloginemail {
    position: relative;
    margin-top: 1em;
}


.wrapperotp2:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 15px;
    content: "\f084";
}

.wrappercard:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 15px;
    content: "\f09d";
}

.wrappername:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 15px;
    content: "\f2bc";
}

.wrapperemail:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 15px;
    content: "\f003";
}

.wrapperphone:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 15px;
    content: "\f095";
}
.wrapperloginmobile:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 18px;
    content: "\f10b";
}

.wrapperloginemail:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 17px;
    content: "\f0e0";
}


.wrapperotp, .wrappercard, .wrappername, .wrapperemail, .wrapperphone {
    position: relative;
    margin-top: 1em;
}

.soc-media-buttons {
    margin-top: 10px;
    padding: 10px 0 10px 0;
}

.soc-media-buttons .alt-text {
    margin-bottom: 20px;
}

