﻿body {
    /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #464646;
    background-color: #e3e3e3;
    margin-bottom: 60px;
    background-color: #f5f5f5 !important;
}

/*Lan*/
.top-down {
    margin-top: 30px;
    margin-bottom: 20px;
}

.card {
    box-shadow: none!important;
}


img.logo {
    padding-top: 2em !important;
    /*width: 200px;*/
    /*max-width: 45%;
    max-height: 55%;*/
    height: 150px;
    width: auto;
}


.logo_internship {
    padding: 2em !important;
    width: 30%;
}

.heading-txt {
    font-family: 'Montserrat', sans-serif;
}

label.control-label {
    color: black !important;
    font-size: 14px;
    padding-bottom:10px
}

.checkbox label, .radio label, label {
    line-height: 1.42857;
    color: #000000;
}

    .radio
    /*University other input*/
    .hidden-textbox{
    display: none !important;
}

.form-group label.control-label {
    color: black;
    font-size: 14px;
    padding-bottom: 10px;
}

.card {
    border-radius: 0px !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

/*changes to material-bootstrap wizard*/


.wizard-container {
    padding-top: 0px !important;
}

.wizard-card .moving-tab {
    background-color: #21186d;
    box-shadow: none;
}

.wizard-card .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    top: -4px;
    left: 0px;
    border-radius: 0px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
}

form-control, .form-group .form-control {
    border: 1px solid;
    background-image: none; /*linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);*/
    /*background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;*/
    float: none;
    box-shadow: none;
    /* border-radius: 0; */
    font-weight: 400;
    border: 1px solid #ced4da;
    padding: 5px !important; 
}

.form-group {
    padding-bottom: 0px;
    margin: 0;
}
    
    .form-group.is-focused .form-control {
        outline: none;
        background-image: none;
    }

    .form-group.has-error.is-focused .form-control {
        outline: none;
        background-image: none;
    }


.label_left {
    right: 15px;
}

.btn-next {
    border-radius: 0; 
    background-color: #21186D !important;
    box-shadow:none !important;
}

.btn-finish, .btn-previous {
    border-radius: 0;
    box-shadow:none !important; 
}
.btn-next:disabled, .btn-finish:disabled {
    background-color: silver !important; 
}



#attachments {
    padding-top: 40px !important;
}


.confirmation-txt
{
    padding-top:50px;
}


/*Footer image size*/
.logo2{
    width:320px;
}






