﻿body {
    /*background-color: #4f008c; /*rgb 79-0-140*/ */ color: #ffffff; /*rgb 255-255-255*/
    font-family: STCForward-Regular;
    background-image: url('../../images/BG1.png');
    background-repeat: no-repeat;
    padding-top: 0px !important;
}

@font-face {
    font-family: 'STCForward-Regular';
    src: url('../../../fonts/STCForward-Regular.woff') format('woff');
}
@font-face {
    font-family: 'STCForward-Bold';
    src: url('../../../fonts/STCForward-Bold.woff') format('woff');
}

input {
    border-radius: 2px;
    font-family:STCForward-Regular;
}
    input[type=submit] {
        width: 50%;
        float: none !important;
        height: 60px;
        border-radius: 2px;
    }
    input[type=submit] {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        margin-left: 39%;        
    }
    button, input[type=button], input[type=submit] {
        background-color: #ff375e !important; /*rgb 255-55-94*/
        border-color: transparent !important;
        color: white !important;
    }
        button:hover, input[type=button]:hover, input[type=submit]:hover {
            background-color: #8e9aa0 !important;
            transition: all .25s; /*rgb 142-154-160*/
        }
.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}
.container {
    max-width: 650px;
}

.text-danger {
    color: palegoldenrod;
}

.captcha-field {
    width: 80% !important;
    display: flex;
}

img {
    width: 70%;
}

.img-row {
    text-align: center;
}

.btn {
    float: right;
}

.grp {
    display: grid;
}


.box-title {
    padding-left: 2%;
    font-family: STCForward-Bold;
}

.conten-box {
    width: 80%;
}

.rhs-brdr-rad {
    border-radius: 0px 5px 5px 0px;
}

.lhs-brdr-rad {
    border-radius: 5px 0px 0px 5px;
}

#mainCaptcha {
    width: 80%;
    height: 45px;
    padding: 10%;
    font-size: 20pt;
    text-align: center;
    font-style: italic;
    font-weight: bolder;
    cursor: default;
    /*margin-left:10%;*/
    color: #9e9e9e;
    background-image: url('../../../Resources/Images/captcha-background-image-3.jpg');
}

.form-group, .form-control {
    width: 100% !important;
}


