.login_main {
    background-image: url(./../images/city-dark-dawn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 5% 0;
}
.login_logo {
    text-align: center;
    margin: 0 0 4%;
}
.locatio_logo {
    text-align: center;
    margin: 0 0 20px;
}
.login_contant {
    width: 70%;
    margin: 0 auto;
    padding: 5% 8%;
    background-color: #f1f1f1e6;
}
.login_contant h3 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #2c3c58;
    text-align: center;
}
.login_contant h4 {
    margin: 0px 0 20px;
    text-align: center;
    color: #2c3c58;
    font-size: 17px;
    font-weight: 400;
}
.login_contant .form-group label {
    margin: 0 0 10px;
    color: #959595;
    font-size: 16px;
    font-weight: 600;
}
input#exampleInputEmail1 {
}
.login_contant .form-group input {
    border: 1px solid #eaeaea;
    border-radius: 0px;
    height: 70px;
    border-radius: 5px;
    font-size: 15px;
}
.login_contant a {
    font-size: 15px;
}
.login_contant .btn {
    background-color: #ee851f;
    color: #fff;
    padding: 10px 40px;
    margin: 20px 0 20px;
    font-size: 22px;
    border: none;
    width: 100%;
    height: 70px;
    font-weight: 600;
    border-radius: 5px;
}
.login_contant .btn:hover {
    color: #fff;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    background: #384a6d;
}
.login_contant .form-group input:focus {
    outline-color: #c2cf10;
    outline: none;
    box-shadow: none;
    border-color: #c2cf10;
}
.login_contant .form-check #loginterms {
    height: auto;
    margin: 8px 0px 0 0;
}
.login_contant .form-check {
    padding: 0;
    margin-bottom: 0px;
    padding-top: 10px;
}
.login_contant .form-check label {
    color: #959595;
    margin: 0 0 0 0px;
    font-size: 15px;
    background-color: transparent;
}
.login_contant .form-check label a {
    color: #959595;
    text-decoration: underline;
}
.get_or_app p {
    margin: 0px 0 8px;
    font-style: italic;
    color: #2c3c58;
    font-size: 17px;
    text-align: center;
}
.get_or_app ul {
    margin: 0px;
    padding: 0px;
    justify-content: center;
    display: flex;
}
 
.login_links ul {
    margin: 0px;
    padding: 0px;
    justify-content: center;
    display: flex;
}
.login_links ul li {
    list-style: none;
    padding: 0 5px;
}
.login_links ul li a {
    font-size: 14px;
    text-decoration: underline;
    color: #959595;
}
.login_links {
    margin: 5% 0 0;
}
.get_or_app ul li {
    list-style: none;
    padding: 0 5px;
}
@media(max-width: 576px){
    .get_or_app ul li img {
    width: 135px;
 }
}


/*formation modal css*/



.formation_moadal {
    padding: 0px !important;
}
.formation_moadal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
.formation_modal_contant {
    background-color: #f1f1f1;
    text-align: center;
    width: 100%;
    float: left;
    padding: 25px 30px 40px;
    margin: 0 0 0px;
    position: relative;
}
.formation_modal_contant h4 {
    color: #384a6d;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.formation_modal_contant h1 {
    color: #c2cf10;
    font-weight: 600;
    font-size: 45px;
    margin: 0px 0 10px;
}
.formation_modal_contant p {
    color: #999;
    height: 80px;
    margin: 0px 0;
}
.formation_modal_contant .btn {
    padding: 15px 0;
    width: 160px;
    background-color: #c2cf10;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px;
    margin: 35px 0 0;
    box-shadow: 0px 4px 3px #00000047;
    outline: none;
    border: none;
}
.formation_modal_contant .btn:hover {
    background: #384a6d;
    color: #fff;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
}
.formation_modal_contant.active {
    background-color: #fff;
    border: 2px solid #c2cf10;
    box-shadow: 0px 0px 3px #c2cf10;
}
.formation_modal_title {
    width: 100%;
    text-align: center;
}
.formation_modal_title h5 {
    margin: 0 auto 20px;
    font-size: 25px;
    position: relative;
    border-bottom: 6px solid #c2cf10;
    padding: 0 0 4px;
    color: #384a6d;
    font-weight: bold;
    width: 439px;
}
.formation_modal_title p {
    font-weight: normal;
    color: #999;
    font-size: 17px;
    margin: 0 0 50px;
}
.formation_modal_title p sup {
    background-color: #384a6d;
    color: #fff;
    border-radius: 100%;
    padding: 1px 6px;
}
.formation_moadal button.close {
    color: #c2cf10;
    font-size: 20px;
    font-weight: 600;
}
.formation_moadal button.close span {
    font-size: 25px;
}
.formation_moadal .modal-header {
    border: none;
}
.formation_moadal .modal-footer {
    border: none;
    padding: 50px 0;
}
.formation_moadal .modal-footer .btn {
    width: 150px;
    background-color: #384a6d;
    border: none;
    font-size: 15px;
    font-weight: 600;
    height: 55px;
    margin: 0 15px 0 0;
}
.formation_moadal .modal-footer .cancel {
    background-color: transparent;
    border: 1px solid #f38282;
    color: #f38282;
}

/* The formation */
.formation_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.formation_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.formation_check .checkmark {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 100%;
}

/* On mouse-over, add a grey background color */
.formation_check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.formation_check input:checked ~ .checkmark {
  background-color: #c2cf10;
}

/* Create the checkmark/indicator (hidden when not checked) */
.formation_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.formation_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.formation_check .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




/*media*/


/*login media*/

@media screen and (max-width: 1200px) and (min-width: 1100px)
{

    /*formation modal media*/
    .formation_modal_contant{padding: 25px 10px 40px;}
    .formation_check .checkmark{top: -18px;right: -2px;}
}
@media screen and (max-width: 1099px) and (min-width: 992px)
{
    /*formation modal media*/
    .formation_modal_contant{padding: 25px 0px 40px;}
    .formation_check .checkmark{top: -21px;right: 5px;}
}

@media screen and (max-width: 991px) and (min-width: 768px)
{
    .login_contant {width: 90%;}

    /*formation modal media*/
    .formation_modal_contant{padding: 25px 0px 40px;}
    .formation_check .checkmark{top: -21px;right: 5px;}
    .formation_modal_contant .btn{padding: 10px 0;font-size: 15px;width: 120px;}
    .formation_modal_contant p {height: 50px; font-size: 12px;}
    .formation_modal_contant h1{font-size: 35px;}
    .formation_moadal .modal-body {padding: 0 18px;}
    .formation_moadal .modal-footer .btn{font-size: 15px;height: 45px;}
    .formation_moadal .modal-footer {padding: 35px 0;}


}
@media screen and (max-width: 767px) and (min-width: 576px)
{
    .login_contant {width: 100%; padding: 5% 5%;}
    .login_contant h3{font-size: 20px;}
    .login_contant h4{font-size: 15px;}
    .login_contant .form-group input{height: 55px;}
    .login_contant .btn{height: 55px; font-size: 20px;}

    /*formation modal media*/
    .formation_modal_contant{padding: 25px 0px 40px;}
    .formation_check .checkmark{top: -21px;right: 5px;}
    .formation_modal_contant .btn{padding: 10px 0;font-size: 12px;width: 95px;margin: 5px 0 0;}
    .formation_modal_contant p {height: 125px; font-size: 12px;}
    .formation_modal_contant h1{font-size: 30px;}
    .formation_moadal .modal-body {padding: 0 18px;}
    .formation_moadal .modal-footer .btn{font-size: 13px;height: 45px;}
    .formation_moadal .modal-footer {padding: 35px 0;}
    .formation_modal_title h5{width: 330px;font-size: 20px; margin: 0 auto 10px;}
    .formation_modal_title p{font-size: 12px; margin: 0 0 35px;}
    .formation_modal_contant h4 {font-size: 15px;}
}
@media screen and (max-width: 575px) and (min-width: 400px)
{
    .login_contant {width: 100%; padding: 5% 5%;}
    .login_contant h3{font-size: 18px;}
    .login_contant h4{font-size: 12px;}
    .login_contant .form-group input{height: 50px;}
    .login_contant .btn{height: 50px; font-size: 18px;}
    .login_contant .form-check label{font-size: 12px;}
    .login_links ul li a{font-size: 12px;}
    .login_links ul li {text-align: center;line-height: 13px;}
    .login_contant .form-group a {font-size: 12px;}
    .login_contant .form-group label {margin: 0 0 5px;  font-size: 13px;}
    .login_logo img {width: 200px;}

    /*formation modal media*/
    .formation_modal_contant{padding: 25px 0px 40px; margin: 0 0 15px;}
    .formation_check .checkmark{top: -21px;right: 5px;}
    .formation_modal_contant .btn{padding: 10px 0;font-size: 15px;width: 140px;margin: 5px 0 0;}
    .formation_modal_contant p {height: 105px; font-size: 15px;}
    .formation_modal_contant h1{font-size: 30px;}
    .formation_moadal .modal-body {padding: 0 18px;}
    .formation_moadal .modal-footer .btn {font-size: 13px;height: 45px; width: 100%; margin: 0 17px;}
    .formation_moadal .modal-footer {padding: 35px 0;}
    .formation_modal_title h5{width: 330px;font-size: 20px; margin: 0 auto 10px;}
    .formation_modal_title p{font-size: 12px; margin: 0 0 35px;}
    .formation_modal_contant h4 {font-size: 15px;}
}
@media screen and (max-width: 399px) and (min-width: 320px)
{
    .login_contant {width: 100%; padding: 5% 5%;}
    .login_contant h3{font-size: 15px;}
    .login_contant h4{font-size: 12px;}
    .login_contant .form-group input{height: 40px;}
    .login_contant .btn{height: 40px; font-size: 15px;}
    .login_contant .form-check label{font-size: 12px;}
    .login_links ul li a{font-size: 12px;}
    .login_links ul li {text-align: center;line-height: 13px;}
    .login_contant .form-group a {font-size: 12px;}
    .login_contant .form-group label {margin: 0 0 5px;  font-size: 13px;}
    .login_logo img {width: 200px; margin: 5% 0;}
    .get_or_app p{font-size: 15px;}

    /*formation modal media*/
    .formation_modal_contant{padding: 25px 0px 40px; margin: 0 0 15px;}
    .formation_check .checkmark{top: -21px;right: 5px;}
    .formation_modal_contant .btn{padding: 10px 0;font-size: 15px;width: 140px;margin: 5px 0 0;}
    .formation_modal_contant p {height: 105px; font-size: 15px;}
    .formation_modal_contant h1{font-size: 30px;}
    .formation_moadal .modal-body {padding: 0 18px;}
    .formation_moadal .modal-footer .btn {font-size: 13px;height: 45px; width: 100%; margin: 0 17px;}
    .formation_moadal .modal-footer {padding: 35px 0;}
    .formation_modal_title h5{width: 250px;font-size: 15px; margin: 0 auto 10px;}
    .formation_modal_title p{font-size: 12px; margin: 0 0 35px;}
    .formation_modal_contant h4 {font-size: 15px;}
}

