﻿  .login-form {display: inline-block; width: 100%;}
        body {font-family: 'Poppins', sans-serif;}  
        .login-form .left-section {height: 100vh;}
        .login-form .left-section, .right-section {width: 50%;float: left;height: 100%;}
        .login-form .left-section img {width: 100%; height: 100%;}
        .login-form .top-band { padding: 20px; text-align: right;}
        .login-form .top-band ul {padding: 0; margin: 0; display: inline-block;}
        .login-form .top-band ul li {list-style-type: none; display: inline-block; padding: 0 6px;}
        .login-form .btn-create {padding: 8px 30px; border: 2px solid #ec155e; border-radius: 30px; color: #fff; text-transform: uppercase;
            display: inline-block; transition: all 0.3s linear 0s; font-weight: 600; background-color: #ec155e;}
        .login-form .btn-create:hover {transition: all 0.3s linear 0s; text-decoration: none; color: #999; border-color: #ec155e;
            background-color: transparent; color: #ec155e;}
        .login-form .middle-band { max-width: 450px; padding: 0 0 0 70px;}
        .login-form .login-title {margin-bottom: 25px; position:relative;}
        .login-form .login-title h2 {margin-bottom: 10px; color: #333; text-transform: uppercase; font-size: 35px; font-weight: 600;
        font-family: 'Poppins', sans-serif;}
        .login-form .login-title span {display: inline-block; font-size: 14px; color: #999; margin: 0; font-weight: 600;}
        .login-form .Main-group {margin-bottom: 10px;}
        .login-form .Main-group input {padding: 10px 20px; width: 100%; color: #333; border: 2px solid #b7b8b3;
            background-color: #fff; font-weight: 500; font-size: 14px; border-radius: 50px;}
    
        .login-form .checkbox-band {
            display: block;
            position: relative;
            padding-left: 35px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        .login-form .checkbox-band input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }
        .login-form .checkbox-band input:checked ~ .checkmark {background-color: #ec155e;border-color: #ec155e;}
        .login-form .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            border-radius: 50%;
            border: 2px solid #b7b8b3;
            background-color: #fff;
        }
        .login-form .checkbox-band .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 7px;
            top: 3px;
            width: 7px;
            height: 12px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .login-form .checkbox-band input:checked ~ .checkmark:after {display: block;}
​
        .login-form .Main-group .submit-btn {background-color: #ec155e; transition: all 0.3s linear 0s; color: #fff; text-transform: uppercase; border-color: #ec155e; font-weight: 600;}
        .login-form .Main-group .submit-btn:hover {background-color: transparent; color: #333; transition: all 0.3s linear 0s; color: #ec155e;}
        .login-form .forgott-band { display: inline-block; width: 100%; padding: 20px 0 0 0; text-align: center; }
        .login-form .forgott-band a {color: #ec155e; font-weight: 500;}
        .login-form .Main-group input{outline:  none;}    
        .login-form .login-title img {width: 125px; margin-bottom: 10px;}
        .login-form .signup-band {max-width: 600px;}
        .login-form .signup-band .Main-group {width: 48%; float: left;}
        .login-form .signup-band .close-bind .Main-group.left { float: left; }
         .login-form .signup-band .close-bind .Main-group.right { float: right; }
        .login-form .Main-group .file-upload-wrapper {border-radius: 30px; padding: 5px;border-style: dashed;cursor: pointer; height: 48px;border: 2px dashed #b7b8b3;
            position: relative;}

        /*.login-form .file-upload-wrapper:before {
            content: 'Upload';
            position: absolute;
            top: -2px;
            right: -2px;
            display: inline-block;
            height: 48px;
            background: #333;
            color: #fff;
            font-weight: 600;
            z-index: 25;
            font-size: 12px;
            line-height: 48px;
            padding: 0 15px;
            text-transform: uppercase;
            pointer-events: none;
            border-radius: 0 30px 30px 0;
        }
        .login-form  .file-upload-wrapper:after {
            content: attr(data-text);
            font-size: 14px;
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            padding: 10px 15px;
            display: block;
            width: calc(100% - 74px);
            pointer-events: none;
            z-index: 20;
            height: 41px;
            line-height: 44px;
            color: #999;
            border-radius: 30px;
            font-weight: 400;
        }*/


.icon-upload:before {
    content: "\ead3";
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
        .file-upload-wrapper input {
            opacity: 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 99;
            height: 40px;
            margin: 0;
            padding: 0;
            display: block;
            cursor: pointer;
            width: 100%;
        }
        .login-form .signup-band label {margin-bottom: 10px; color: #999;font-weight: 600;}
	    .login-form .Main-group .submit-btn {
	        background-color: #ec155e;
	        transition: all 0.3s linear 0s;
	        color: #fff;
	        text-transform: uppercase;
	        border-color: #ec155e;
	        font-weight: 600;
	    }
        .file-styled-title {
    position: absolute;
    left: 0;
    top:0;
    right:0;
    padding: 7px 20px;
    margin: 0;
    z-index:99;
}
            .file-styled-title span {
                font-size: 14px;
                width: 180px;
                height: 30px;
                display: block;
                overflow: hidden;
            }
.error {
    display: inline-block;
    padding: 0 20px;
}
.Main-group{display:inline-block; width:100%;}
.close-bind {
    display: inline-block;
    width: 100%;
}
span.file-upload {
    position: absolute;
    top: -2px;
    right: -2px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #333;
    z-index: 1;
    color: #fff;
    border-radius: 0 20px 20px 0;
}

span.file-upload i.icon-upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
}
.login-form .success-msg {
    padding: 70px;
}
.invalid.error {
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100%;
    left: 0;
}
body {overflow: hidden;}
.login-form .checkbox-band input {left:0}
.file-styled-title span {line-height: 24px;}
.login-form .left-section img {height:100vh;}

       @media screen and (max-width: 1299px) {

            .right-section {padding: 0 15px;}
            .login-form .top-band {padding: 15px;}
            .login-form .login-title img {width: 100px;}
            .login-form .top-band {text-align: center;}
            .login-form .top-band ul li {padding: 5px;}
            .login-form .login-title {text-align: center;}
            .login-form .login-title {margin: 0;}
            .login-form .login-title h2 {font-size: 22px; line-height: 32px;}
            .login-form .Main-group {margin-bottom: 15px;}
            .login-form .middle-band {padding: 0 30px;}
            body {overflow: auto;}
            

        }

       @media screen and (max-width: 1024px) {
            .right-section {padding: 0 15px;}
            .login-form .top-band {padding: 15px;}
            .login-form .login-title img {width: 100px;}
            .login-form .top-band {text-align: center;}
            .login-form .top-band ul li {padding: 5px;}
            .login-form .login-title {text-align: center;}
            .login-form .login-title {margin: 0;}
            .login-form .login-title h2 {font-size: 22px; line-height: 32px;}
            .login-form .Main-group {margin-bottom: 15px;}
            .login-form .middle-band {padding: 0 30px;}
            .login-form .left-section {display:none;}
            .right-section {width: 100%;}
            .login-form .signup-band {margin: 0 auto;}
            .login-form .middle-band {margin: 0 auto;}
            body {overflow: auto;}
        }

         @media screen and (max-width: 767px) {
             .login-form .left-section {display:none;}
            .login-form .left-section, .login-form .right-section { width: 100%; float: none; }
            .login-form .middle-band {max-width: 100%; padding: 0;}
            .right-section {padding: 0 15px;}
            .login-form .left-section img { height: auto; }
            .login-form .top-band {text-align: center;}
            .login-form .top-band ul li {padding: 5px;}
            .login-form .login-title {text-align: center;}
            .login-form .signup-band .Main-group {width: 100%;}
            body {overflow: auto;}

        }
		  @media screen and (max-width: 1299px){
            .login-form .login-title { margin-bottom: 20px;}
            .login-form .top-band {text-align: right;}
            .login-form .login-title {text-align: left; }
         }