.loginBody {
    background: url(../image/worldmap.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    justify-content: center;
    margin: 0px;
    font-family: "Source Sans Pro", sans-serif;
}


.loginBox {
    width: 30vw;
    height: 70vh;
    display: flex;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0,0,0,0.16);
    border-top: 14px solid #0090C7;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 500px;
    min-height: 640px;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    flex-grow: 1;
}

.logo {
   width: 250px;
 
}

.dxeTextBox_KrunchboxNew {
    border-radius: 30px;
}

.textboxes {
    stroke-linecap: butt;
    stroke-linejoin: miter;
}

.labels {
    font-size: 20px;
    padding-bottom: 10px;
}

.entryBlock {
    padding-bottom: 2vh;
    width: 80%;
    max-width: 360px;   
    margin: auto
}

.resetBlock {
    display: flex;
    justify-content: space-between;
}

.resetPassword {
    color: #0090C7;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

    .resetPassword:hover {
        color: #4D565C;
    }

.signInButton {
    border-radius: 5px;
}

.error-alert {
    background-color: #000;
    display: none;
    border-radius: 0px 0px 8px 8px;
}

.error-icon {
    width: 35px;
    bottom: 45px;
    margin-left: 20px;
}

.errorlabel {
    color: #FFF;
    padding-left: 15px;
}

.dxeEditAreaSys, .dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    font-family: Arial;
    font-size: 18px;
    color: #2E2E2E;
}

.dxWeb_edtCheckBoxUnchecked_KrunchboxNew {
    width: 20px;
    height: 20px;
}

.dxeValidDynEditorTable {
    width: 100%;
}

.roundedPopup {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
}

    .roundedPopup, .roundedPopup .dxpcHeader {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

.roundedPopup, .dxpcContent, .roundedPopup {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.kbButton {
    color: White;
    background-color: #0090C7;
    font-size: 20px;
    height: 60px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 9px;
    padding-bottom: 12px;
    border: 0;
    border-radius: 5px;
}
.updatedButton {
    background-color: #0090C7;
    color: White;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    border: 0;
    box-shadow: 3px 6px #E7E9EB;
    height: 50px;
}
.mobiletextbox {
  margin-left:150px;
}