﻿body {
    background-color: #ebecee;
    margin-top: 4%;
}

.panel {
    border: 0px solid;
    margin: 0%;
    /*padding: 14%;*/
    background-color: #ebecee;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.alertMessage {
     position: fixed;
  top: 3%;
  left: 31%;
  height: 17%;
  width: 31%;
  z-index: 10;
  text-align:center;
}

/*greenColumn*/
.greenColumn {
    background-color: #25a79f;
    color: white;
    padding: 10% 32%;
    height: 485px;
}

    .greenColumn a {
        color: white;
        font-size: 11px;
        margin-left: 6px;
    }

.slogan {
    border-style: solid hidden solid hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

    .slogan p {
        margin: 0 0 0 3px;
        font-size: 23px;
        font-family: 'WorkSans-Bold';
    }

.url {
     font-family: 'WorkSans-Light';
}

@font-face {
    font-family: 'WorkSans-Bold';
    src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans-Light';
    src: url('../fonts/WorkSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
}

.img img {
    display: block;
    width: 100%;
}
/*#endregion greenColumn*/


/*whiteColumn*/
.whiteColumn {
    background-color: #f7f7f7;
    padding: 28% 18%;
    height: 485px;
}

    .whiteColumn p {
        margin-left: 13px;
        font-family :'WorkSans-Regular';
    }

.whiteColumnChangePass {
    background-color: #f7f7f7;
    padding: 4% 18%;
    height: 485px;
}

    .whiteColumnChangePass label {
        display: block;
        margin-left: 70px;
    }

.text-left input {
    margin-bottom: 10px;
    font-family :'WorkSans-Regular';
}

.form-checkbox {
    font-family :'WorkSans-Regular';
}

.text-left img {
    height: 32px;
}


.form-checkbox:not(.btn), .form-radio:not(.btn) {
    display: inline-block;
    background-color: transparent;
    border: 0;
    position: relative;
    padding: 3px 3px 3px 0px;
    line-height: 1em;
    min-width: 19px;
    margin: 0;
}


.form-checkbox.form-icon:after, .form-radio.form-icon:after {
    content: "\f096";
    color: #c0c1c7;
    font-size: 19px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: .1em;
    top: 50%;
    margin-top: -0.44em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-checkbox > input[type="checkbox"], .form-radio > input[type="radio"] {
    margin-left: -50px;
    opacity: 0;
    position: absolute !important;
    visibility: hidden;
    z-index: -1;
}

.form-checkbox input {
    width: 100% !important;
    height: 34px;
    float: left;
    margin-bottom: 15px;
}

button {
    background-color: #c0c1c7 !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin-top: 13px;
    width: 50% !important;
    padding: 9px 12px !important;
    float: right;
     font-family: 'WorkSans-Bold';
}

.btn-primary:hover {
    color: #fff;
    background-color: #d2d3db !important;
    border-color: #d2d3db !important;
}

input {
    border-radius: 0px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #62a29b !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #62a29b !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #62a29b !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #62a29b !important;
}

.form-text.form-checkbox:not(.btn), .form-text.form-radio:not(.btn) {
    padding-left: 25px;
}

label {
    font-weight: normal;
}
.submitForm .col-sm-10 {
    text-align: right;
}
/*#endregion whiteColumn*/

@media only screen and (max-width: 768px) {
    .whiteColumn {
        padding: 15% 5%;
        height: 246px;
    }

    .greenColumn {
        padding: 14% 30%;
        height: 366px;
    }

    .whiteColumnChangePass label {
        margin-left: 55px;
    }

    .whiteColumnChangePass {
        padding: 15% 9%;
    }
    .alertMessage {
         width: 86%;
         left:7%;
    }
    
}
