@import "font-awesome.min.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
    overflow: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.main {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #696DB8;
}

.main .main-logo {
    position: absolute;
    right: 31px;
    top: 28px;
}

.left {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #AFD7F2;
}

.right {
    float: right;
    width: 50%;
    height: 100%;
    background-color: #CDCDE5;
    overflow: auto;
    direction: ltr;
    text-align: right;
}


.left2 {
    float: right;
    width: 50%;
    height: 100%;
    background-color: #AFD7F2;
}

.right2 {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #CDCDE5;
    overflow: auto;
    text-align: right;
}

.header-link {
    direction: rtl;
    display: block;
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-link a {
    text-decoration: none;
    font: normal normal normal 16px/19px Adelle Sans ARA;
    letter-spacing: 0;
    color: #4F92CA;
}

img.corner-image {
    max-width: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

img.corner-image2 {
    max-width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.groups-controls {
    margin: 50px auto 0 auto;
    width: 51%;
    display: block;
}

.main-header {
    font: normal normal 600 35px/59px Adelle Sans ARA;
    letter-spacing: 0.49px;
    color: #696DB8;
    opacity: 1;
}

.group-control {
    display: block;
    margin-top: 19px;
}

.group-control label {
    display: block;
    font: normal normal normal 20px/24px Adelle Sans ARA;
    letter-spacing: 0;
    width: 100%;
    height: 29px;
}

.group-control .control-icon{
    width: 100%;
    position: relative;
}

.group-control .control-icon i{
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 23px;
}

.group-control input {
    display: block;
    color: #EEEEEE;
    background: #B8B8D6 0% 0% no-repeat padding-box;
    border: 0.5px solid #E6E6E6;
    border-radius: 12px;
    padding-left: 45px;
    padding-right: 12px;
    width: 100%;
    height: 43px;
    box-sizing: border-box;
}

.group-control input:focus-visible {
    outline: #afd7f2 solid 2px;
}

.group-control .error-msg {
    display: block;
    color: #cd1d1d;
    padding-top: 5px;
    padding-right: 15px;
}

#submit-btn {
    background: transparent linear-gradient(97deg, #1A9CBB 0%, #696DB8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #348CBA33;
    border-radius: 6px;
    color: #EEEEEE;
    padding: 0 !important;
    cursor: pointer;
}

.hint {
    display: block;
    text-align: center;
    font: normal normal normal 16px/19px Adelle Sans ARA;
    letter-spacing: 0;
    color: #686DB7;
    opacity: 0.74;
    padding-top: 5px;
    padding-bottom: 29px;
}

#go-login {
    color: #3D42A0;
    text-decoration: none;
}
