.wrapper{

	padding: 0;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.container-fluid{

    padding: ;

}

.login-logo{

	height: 4.5rem;

}

.form-control{

	padding: 0;
    border: none;

}

#footer-copyright{

	display: none;

}

/*body {

    display: flex;

    justify-content: center;

    align-items: center;

}

*/

input[type="text"],
input[type="password"],
input[type="number"],
button {

    width: 100%;

    padding: 10px 24px;

    background: #e6e6e6;

    color: #696969;

    border: none;

    outline: none;

    font-size: 0.9em;

}



.login-container {

    width: 22.5rem;

    background-color: #fff;

    padding: 24px;

    padding-bottom: 12px;

    border-radius: 4px;

       border: 1px solid rgba(var(--b6a,219,219,219),1);

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.title {

    text-transform: uppercase;

    font-size: 1.2em;

    font-weight: bold;

    letter-spacing: 1px;

    padding: 4px 0;

    border-bottom: 2px solid #c516d8;

    margin-bottom: 20px;

}



.welcome-message {

    text-align: center;

    font-size: 0.9em;

    margin-bottom: 20px;

    color: #696969b0;

    line-height: 18px;

}



.form-control {

    width: 100%;

    position: relative;

    margin-bottom: 20px;

}



.form-control i {

    position: absolute;

    left: 12px;

    top: 61%;

    transform: translateY(-50%);

    color: #222;

    transition: color 0.3s;

}

.form-control span {

    position: absolute;

    right: 10px;

    top: 61%;

    transform: translateY(-50%);

    color: #222;

    transition: color 0.3s;

    z-index: 15;

    cursor: pointer;

}

.form-control span:hover{

    color: #0a0a0a;

}

content: "\f070";

input::placeholder{

	font: 25px;

}



.form-control input {

    padding-left: 36px;

    letter-spacing: 0.5px;

 	padding-right: 0;
    border-radius: 0.25rem;
    font-size: 1em;

}



.form-control input:focus~i {

    color: var(--primary-color1);

}



/*.form-control input:focus {

    animation: shadow 0.5s;

}



@keyframes shadow {

    0%, 100% {

        box-shadow: none;

    }

    50% {

        box-shadow: 0 0 20px 0 goldenrod;

    }

}*/



.forgot-password {

    position: absolute;

    right: 0px;

    top: 120%;

    font-size: 0.75em;

    cursor: pointer;

}



button.back {
    letter-spacing: 1px;
    font-size: 17px;
    margin: 20px auto;
    cursor: pointer;
    background: transparent;
    border-radius: 6px;
}

button.back:focus {
    outline: none;
}

button.submit {
    letter-spacing: 1px;
    font-size: 17px;
    margin: 20px auto;
    cursor: pointer;
    color: #fff;
    background-image: linear-gradient(to right, var(--primary-color1), var(--primary-color2));
    background-size: 300% 100%;    
    transition: background-position 0.4s;
    border-radius: 6px;
}



button.submit:hover {

    background-position: 100% 0;

}



.social-login {

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 40px;

}



.social-login label {

    color: #696969b0;

    font-size: 0.9em;

}



.social-container {

    display: flex;

    justify-content: center;

    align-items: center;

}



.social-login button {

    cursor: pointer;

    width: 32px;

    background: none;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 8px;

    border: 1px solid #69696950;

    padding: 8px;

    border-radius: 2px;

}



.social-login button:nth-child(1) {

    color: #3b5999;

}



.social-login button:nth-child(2) {

    color: #dd4b39;

}



.social-login button:nth-child(3) {

    color: #0077b5;

}



.additional-action p {

    margin: auto;

    color: #222;

    font-size: 0.9em;

    cursor: pointer;

    transition: color 0.3s;

}



.additional-action p:hover {

    color: #222;

}

form{

	width: 95%;

}

.or-contain {

    margin-left: 8px;

    margin-right: 8px;

    width: auto;

}

.or-contain {

    display: block;

    margin-bottom: 10px;

    margin-left: 10.5%;

    margin-right: 10.5%;

    margin-top: 10px;

    overflow: hidden;

    text-align: center;

    white-space: nowrap;

    width: 79%;

}

.or {

    color: #96999e;

}

.or-contain>span {

    display: inline-block;

    position: relative;

}

.or-contain>span:before, .or-contain>span:after {

    background: #d7dade;

}

.or-contain>span:before {

    margin-right: 15px;

    right: 100%;

}

.or-contain>span:after {

    left: 100%;

    margin-left: 15px;

}

.or-contain>span:before, .or-contain>span:after {

    background: #ccd0d5;

    content: '';

    height: 1px;

    position: absolute;

    top: 50%;

    width: 9999px;

}



.create{

	color: white;

	background-color: #222;

	border: none;

    border-radius: 6px;

    line-height: 42px;

    padding: 0 16px;

    box-sizing: content-box;

    -webkit-font-smoothing: antialiased;

    justify-content: center;

    position: relative;

    text-align: center;

    text-shadow: none;

    vertical-align: middle;

    cursor: pointer;

    display: inline-block;

    text-decoration: none;

    white-space: nowrap;

}

.create:hover{

    background-color: #0a0a0a;

    color: white;

}

.forget-pass{
    margin: 0 0.5rem 1rem 0;
    text-align: right;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
}
.forget-pass:hover{
    color: #8c8a86;
}
.forget-small{
    color: #808080;
    font-size: 0.7rem;
    margin-top: 10px;
    margin-bottom: 20px;
}


.grats-title{
    font-weight: 500;
  }
  .grats{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .check-label{
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-left-color: #5cb85c;
    animation: rotate 1.2s linear infinite;
    margin-bottom: 8px;
  }
  @keyframes rotate{
    50%{
      border-left-color: #00FF00;
    }
    75%{
      border-left-color: #00FF00;
    }
    100%{
      transform: rotate(360deg);
    }
  }
  .check-label .checklist{
    display: none;
  }
  .check-label .checklist:after{
    position: absolute;
    content: "";
    top: 51%;
    left: 19%;
    transform: scaleX(-1) rotate(135deg);
    height: 56px;
    width: 28px;
    border-right: 4px solid #5cb85c;
    border-top: 4px solid #5cb85c;
    transform-origin: left top;
    animation: check-icon 0.8s ease;
  }
  @keyframes check-icon{
    0%{
      height: 0;
      width: 0;
      opacity: 1;
    }
    20%{
      height: 0;
      width: 28px;
      opacity: 1;
    }
    40%{
      height: 56px;
      width: 28px;
      opacity: 1;
    }
    100%{
      height: 56px;
      width: 28px;
      opacity: 1;
    }
  }
  .check{
    display: none;
  }
  .check:checked ~ label .checklist{
    display: block;
  }
  .check:checked ~ label{
    position: relative;
    animation: none;
    border-color: #00FF00;
    transition: border 0.5s ease-out;
  }
  .success,.success2{
    background-color: #fff;
    border-radius: 0.7rem;
    padding: 24px;
  }
  .success2{
    border: none;
  }
  .sukses-title{
    color: #5cb85c;
    margin-bottom: 7px;
  }
  .back-to-login a{
    background-color: var(--primary-color1);
    padding: 11px 16px;
    border-radius: 999px;
    color: #fff;
    margin-top: 10px;
  }
  
@media (max-width: 480px){

    .login-container {

        background-color: transparent;

        border: none;

    }

}