﻿@charset "utf-8";
/* CSS Document */


.col-middle {
    background-size: cover;
    height: 630px;
    
}
.bold {font-weight:bold;
}
.container-col {
    width: 75%!important;
        padding-top: 40px;
}
.col-sm-6-top {
    margin-top: 20%;
    color:#fff;
    border-left:2px solid #fff;
}
.login-ingo {
    padding: 13px 50px;
   background-color: rgba(236, 227, 68, 0.79);
    border-radius: 10px;
}
.login-ingo h4 {
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}
.input-group {
   
    padding: 8px 0;
}
.form-control {
   
    height: 54px!important;
}
.btn-success {
    
    background-color: rgb(62, 85, 116)!important;
}
.cap {
    position: absolute;
    z-index: 99999;
    right: -40px;
    width: 23%;
    top: 30px;
}

@media only screen and (max-width: 600px) {
    .col-middle {
        height: 700px !important;
    }
    .container-col {
        width: 100% !important;
    }
    .login-ingo {
        padding: 13px 30px !important;
    }
    .cap {
        right: 5px;
        top: 120px;
    }
}