* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    margin: 0
}

input,button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

img {
    vertical-align: middle
}

h4, h5 {
    font-weight: 500;
    line-height: 1.1;
    color: #2d2d2d;
    margin-top: 10px;
    margin-bottom: 10px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: white;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: rgba(0,0,0,0)
}

.login-button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.login-button {
    cursor: pointer;
    background: #564260;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 9px 18px;
    width: 100%;
}

.login-button:hover, .login-button:focus, .login-button:active, .login-button:active:hover, .login-button:active:focus {
    background: rgba(86, 66, 96, .561);
}

.login-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important
}

.container {
    align-items: center;
    background: #2c1234;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    padding: 15px;
    width: 100%
}

.login-form {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 35px;
    width: 400px;
    text-align: center
}

.form-control-wrap {
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 5px
}

.form-control-wrap .control-label {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 5px
}

.form-control-wrap input {
    color: #333;
    font-size: 18px;
    border: 0;
    box-shadow: none
}

@media(max-width: 991px) {
    .container {
        align-items:start
    }
}

.forgot-password {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 0px
}

button.swal2-confirm {
  background-color: #663399 !important;
}

button.swal2-cancel {
  background-color: #404040 !important;
}

img.swal2-image {
  width: 128px;
  height: 128px;
}

.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1000;
}

.loader {
    border-radius: 50%;
    width: 10em;
    height: 10em;
    &:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }
    margin: 0px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid rebeccapurple;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: wemply-loader 0.4s infinite linear;
    animation: wemply-loader 0.4s infinite linear;
}

@-webkit-keyframes wemply-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes wemply-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
