﻿* {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #f3f9ff;
  color: #193b68;
}

form {
  background-color: #fff;
  padding: 54px 32px;
  box-shadow: 0px 3px 6px rgba(21, 146, 255, 0.16);
  border-radius: 16px;
  width: 436px;
  top: -20px;
  position: relative;
}
form .form-group {
  position: relative;
}
form .form-group .control-label {
  color: #6a7e99;
  font-size: 12px;
}
form .form-group .control-label.required:before {
  content: "* ";
  color: red;
}
form .form-group textarea {
  border: 1px solid #97a4b5;
  border-radius: 4px;
  font-size: 12px;
}
form .form-group input[type=text],
form .form-group input[type=password],
form .form-group input[type=email] {
  border: 1px solid #97a4b5;
  border-radius: 4px;
  height: 40px;
  font-size: 12px;
}
form .form-group input[type=text].k-input,
form .form-group input[type=password].k-input,
form .form-group input[type=email].k-input {
  border: none;
}
form .form-group input[type=text]:focus, form .form-group input[type=text]:active,
form .form-group input[type=password]:focus,
form .form-group input[type=password]:active,
form .form-group input[type=email]:focus,
form .form-group input[type=email]:active {
  border-color: #1592ff;
  outline: none;
  box-shadow: none;
}
form .form-group.password-form-group input[type=password] {
  padding-right: 32px;
}
form .form-group.password-form-group .toggle-password-visibility-icon {
  top: 34px;
  right: 8px;
  position: absolute;
  cursor: pointer;
}
form .form-group a {
  color: #6a7e99;
  font-size: 14px;
}
form .form-group .field-validation-error {
  font-size: 12px;
}
form .form-group input[type=submit] {
  color: #fff;
  background-color: #1592ff;
  border-radius: 8px;
  height: 42px;
  font-size: 14px;
}
form .form-group .k-datepicker {
  border: none;
  box-shadow: none;
}
form .form-group .k-datepicker .k-picker-wrap {
  border: 1px solid #97a4b5;
  border-radius: 4px;
}
form .form-group .k-datepicker .k-picker-wrap .k-input {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #495057;
}
form .form-group .k-datepicker .k-picker-wrap .k-select {
  border: none;
}
form .form-group .k-dropdown {
  border: none;
  box-shadow: none;
}
form .form-group .k-dropdown .k-dropdown-wrap {
  border: 1px solid #97a4b5;
  border-radius: 4px;
}
form .form-group .k-dropdown .k-dropdown-wrap .k-input {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #495057;
}
form img.kasina-logo {
  left: -5px;
  position: relative;
  width: 135px;
  margin-bottom: 12px;
}
form .sub-header {
  letter-spacing: 5.6px;
  text-transform: uppercase;
  font-size: 8px;
}
form input[type=submit] {
  min-width: 100px;
}
form .margin-top-divider {
  margin-top: 32px;
}
