﻿
@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue'), url('/Content/fonts/HelveticaNeueLight.otf') format('truetype');
}

input,
select {
    font-size: 20px !important;
    font-family: "Helvetica Neue";
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.LoginBackground {
    background-image: url('/Content/Images/curvpos_login.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    background-color: #f6f6f6;
}

.Title {
    width: 577px;
    height: 43px;
    font-family: H;
    font-weight: 800;
    font-size: 32px;
    color: #ffffff;
    font-style: italic;
    text-decoration: none solid rgb(255, 255, 255);
    letter-spacing: 1px;
    padding-top: 143px;
    text-align: left;
}

.LoginBox {
    width: 666px;
    height: 600px;
    border: 1px solid white;
    border-radius: 20px;
    background-image: linear-gradient(rgba(189, 189, 189, 0.49), rgba(255, 255, 255, 1));
    background-size: cover;
    box-shadow: 0px 0px 32px rgba(0,0,0,0.16);
    margin: auto;
    margin-top: 218px;
}

.LoginTitle {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500; /*medium*/
    color: #171719;
    text-decoration: none solid rgb(23, 23, 25);
    letter-spacing: 0.2px;
}

.Labels {
    width: 40px;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400; /*Regular*/
    color: #171719;
    text-decoration: none solid rgb(23, 23, 25);
}

.TextBoxView {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #cfd8dc;
    border-radius: 4px;
    background-size: cover;
    font-family: Roboto;
    font-size: 16px;
    color: #171719;
    text-decoration: rgb(23, 23, 25);
}

.TextBoxViewNew {
    background: #FFF !important;
    border: 1px solid rgba(145, 142, 142, 1) !important;
    border-radius: 12px !important;
    background-size: cover !important;
    font-family: 'Helvetica Neue' !important;
    font-size: 20px !important;
    color: rgba(80,78,78,1) !important;
    line-height: 52px !important;
    text-decoration: rgb(23, 23, 25) !important;
}

    .TextBoxViewNew input {
        padding-left: 8px;
    }

.dx-texteditor.dx-editor-filled::after, .dx-texteditor.dx-state-focused::before {
    content: none;
}

.LoginButton {
    width: 326px;
    height: 50px;
    border-radius: 5px;
    background-color: #6f86d6;
    background-size: cover;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    letter-spacing: 0.2px;
    text-align: center;
    box-shadow: 0px 0px 0px rgba(0,0,0,0), inset 0px 0px 0px rgba(0,0,0,0);
}

.LoginButtonNew {
    width: 241px;
    height: 49px;
    border-radius: 20px;
    color: #FFFFFF;
    background: rgba(108, 108, 215, 1);
    font-family: "Helvetica Neue";
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}

.WelcomeTitle {
    font-weight: 400;
    font-family: 'Helvetica Neue';
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.LoginButtonNewDisabled {
    width: 241px;
    height: 49px;
    border-radius: 20px;
    color: #FFFFFF;
    background: rgba(156, 166, 216, 1);
    font-family: "Helvetica Neue";
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}

.LoginButtonDisabled {
    width: 326px;
    height: 50px;
    border-radius: 5px;
    background-color: rgba(101, 134, 214, 0.5);
    background-size: cover;
    font-family: Roboto;
    font-size: 16px;
    color: #ffffff;
    text-decoration: rgb(255, 255, 255);
    letter-spacing: 0.2px;
    text-align: center;
}

.CreateAccount {
    font-family: Roboto;
    font-size: 16px;
    color: #171719;
    text-decoration: none solid rgb(23, 23, 25);
    letter-spacing: 0.2px;
}

.CreateAccountLink {
    width: 114px;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500; /*medium*/
    color: #6f86d6;
    text-decoration: underline solid rgb(111, 134, 214);
    letter-spacing: 0.2px;
}

.CreateAccountLinkNew {
    width: 253px;
    height: 50px;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-weight: 400; /*medium*/
    color: rgba(49,49,100,1);
    text-decoration: underline solid rgba(49,49,100,1);
    letter-spacing: 0.2px;
    text-align: center;
}
