.bg-image{
    padding          : 0px;
    margin           : 0px;
    /* font-family      : 'Gotham', sans-serif; */
    /* background-image : url(/sites/default/files/training/loginbg.png); */
    background-repeat: no-repeat;
    background-size  : 100% 100%;
}

.second {
    margin-top: 5%;
}

.second h2 {
    color         : #5B2067;
    text-transform: uppercase;
    font-weight   : 800;
    font-size     : 40px;
	border: none;
}

.second p {
    color      : #2E2E2E;
    font-size  : 17px;
    font-weight: 500;
}

.second h2 b {
    font-size  : 80px;
    font-weight: 800;
}

.btn {
    background-color: #ff9900;
    color           : #FFFFFF;
    border-radius   : 20px;
    padding         : 5px 25px;
    box-shadow      : 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.titl-mod {
    color: #5B2067 !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    border: 0 !important;
}


.modal_view {
    width: 80%;
    margin: auto;
    border-radius: 20px !important;
}

.modal-title span {
    border-bottom: 2px solid #5B2067;
    padding      : 8px 10px;
}

.modal-header {
    border-bottom: none;
}

.btn2 {
    background-color: #5B2067;
    color           : #FFFFFF;
    padding         : 5px 40px;
    margin-top: 20px;
}

input[type=text],
input[type=password] {
    background-color: #e5e8ed;
    border          : none;
}

input[type=tel] {
    border-bottom: 3px solid #ccc3ce !important;
    width: 47%;
    margin: auto;
    letter-spacing: 10px;
    text-align: center;
}

#otpins{
border: 0;
}

::placeholder {
    color: #7f8081;
}

h1 h2 h3 h4 h5 h6 {
    font-family: sans-serif;
}

label {
    color      : gray;
    font-size  : 16px;
    font-weight: 400;
}

.form {
    padding: 0px 50px;
}

a {
    color    : black;
    font-size: small;
}

@media screen and (max-width: 362px) and (min-width: 240px) {
    .second h2 {
        font-size: 28px;
    }

    .second h2 b {
        font-size: 45px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .second h2 {
        font-size: 27px;
    }

    .second h2 b {
        font-size: 45px;
    }
}

@media screen and (max-width: 550px) {
    p {
        font-weight: 400;
    }

    .form {
        padding: 0px 20px;
    }

    .modal_view {
        width: 100%;
    }
}