﻿    body {
        /*color: #999;*/
		/*background: #f5f5f5;*/
		font-family: 'Varela Round', sans-serif;
	}
    .main-bg {
    /*background: linear-gradient(rgba(#F9774C, .75), rgba(#802A0C, .85));*/
    /*background: linear-gradient(to bottom, rgb(148 148 150 / 52%), rgb(8 8 8 / 73%)),url(../images/LOGINBACKGROUND.jpg) center center no-repeat;*/
    /*background:url(../img/bg2.jpg) center center no-repeat;*/
    /*background:linear-gradient(to bottom, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)),url(../img/Transport-industry.jpg)center center no-repeat;*/
     /*background:linear-gradient(to bottom, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)),url(../img/Transport-industry.jpg)center center no-repeat;*/
    background:linear-gradient(to bottom, rgb(0 0 0 / 59%), rgb(0 0 0 / 62%)),url(../img/cargoleptop.jpg)center center no-repeat;
      /*background:linear-gradient(to bottom, rgb(0 0 0 / 52%), rgb(0 0 0 / 73%)),url(../images/LOGINBACKGROUND.jpg) center center no-repeat;
    /*background:linear-gradient(to bottom, rgb(0 0 0 / 81%), rgb(0 0 0 / 84%)),url(../images/bg2.jpg) center center no-repeat;*/
    /*background:linear-gradient(to bottom, rgb(0 0 0 / 84%), rgb(0 0 0 / 88%)),url(../img/LOGINBACKGROUND.jpg) center center no-repeat;*/
    /*background :linear-gradient(to bottom, rgb(0 0 0 / 72%), rgb(0 0 0 / 75%)),url(../img/LOGINBACKGROUND.jpg) center center no-repeat;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
    overflow:hidden;
    width:100%;
}
	/*.form-control {
		box-shadow: none;
		border-color: #ddd;
	}*/
	/*.form-control:focus {
		border-color: #4aba70; 
	}*/
	/*.login-form {
        width: 350px;
		margin: 0 auto;
		padding: 30px 0;
	}*/
    /*.login-form .idlogin {
       position: absolute;
    top: 22%; 
      left: 50%;
    transform: translate(-50%,-50%);*/
    /*width: 400px;  height: 470px;*/
    /*background: rgba(0,0,0,.5);
    padding: 70px 30px;*/
    /*box-sizing: border-box;
	}*/
	.login-form h4 {
		text-align: center;
		font-size: 22px;
        margin-bottom: 20px;
	}
        .login-form .fa {
            position: relative;
               left: -15px;
    top: 35px;
    font-size: 30px;
            line-height: 36.5px;
        }
    .login-form .avatar {
        color: #fff;
		margin: 0 auto 0px;
        text-align: center;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		z-index: 9;
		background:  #ffffff;
		padding: 15px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        position: relative;
           bottom: 84px;
	}
    .login-form .avatar img{
           width: 69px;
    position: absolute;
    left: 5px;
    right: 0;
    top: 6px;
    bottom: 0;
    }
    .login-form .form-group {
       position: relative;
    bottom: 70px;
    }
        .login-form .form-group input {
        border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid black;
        }
	.login-form .form-control, .login-form .btn {
		min-height: 40px;
		border-radius: 2px; 
        transition: all 0.5s;

	}
	.login-form .close {
        position: absolute;
		top: 15px;
		right: 15px;
	}
	.login-form .btn {
		background: #0b6390;
        border-radius:100px;
		border: none;
		line-height: normal;
            position: relative;
    bottom: 30px;
	}
    .login-form input::placeholder {
	    color: #000000;
	    font-size: 13px;
	}
	/*.login-form .btn:hover, .login-form .btn:focus {
		background: #1a4798;
	}*/
    .login-form .checkbox-inline {
        float: left;
    }
    .login-form input[type="checkbox"] {
        margin-top: 2px;
        position: relative;
    left: 0;
    top: 5px;
    width: 0.9rem;
    height: 1.25rem;
    }
    .login-form .forgot-link {
        float: right;
        padding-top:7px;
    }
    .login-form .small {
        font-size: 14px;
    }
    .login-form a {
        color: #0a06f3;
    }
   .login-form  .top-bar {
    height: 88px;
    /*background:  rgb(24, 195, 227);*/
     background:#257aa6e0;
    border-radius: 50px 50px 0 0;

}

.login-form .bottom-bar {
    height: 45px;
    /*background: rgb(24, 195, 227);*/
    background:#257aa6e0;
    border-radius: 0 0 50px 50px

}
.login-form {
    width:400px;
    /*height: 530px;*/
    background-color:white; 
    /*background: rgba(203, 203, 203, 0.3);*/
    /*background:rgb(232 236 241 / 76%);*/
    /*background: rgb(232 236 241 / 63%);*/
    /*background:rgb(232 236 241);*/
    background:rgb(255 255 255 / 53%);
    margin:  auto;
    box-shadow: 2px 5px 40px 2px rgba(7, 4, 4, 0.55);
    border-radius: 50px;
    display:flex;
    margin-top:60px;
    flex-direction: column;
}
.middle-section {
    height: 100%;
    padding: 0 60px;
}

