html {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#app {
    height: auto !important;
    width: 100%;
    background: linear-gradient(138deg, #1596D4 3%, #5AB6E2 26%, #61C3F1 49%, #5BB8E4 74%, #0F94D3 96%);
    
}

#trans-content {
    height: auto !important;
}

.sign-ctn {
    height: 100vh;
    width: 100%;
    background-image: url('../assets/images/sign_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.sign-content {
    padding: 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.sign-card {
    margin-top: 20px;
    padding: 0px 52px 52px 52px;
    border: 2px solid #0F94D3;
    border-radius: 8px;
   /*  background: linear-gradient(270deg, rgba(63, 165, 214, 0.6) 0%, rgba(40, 144, 193, 0.6) 100%); */
    background: #fff;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 560px;
}

.sign-card .ant-input {
    border: none !important;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
     box-shadow: none !important;
}
.sign-card .ant-input:hover {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
}

.sign-card .has-error .ant-input {
    box-shadow: none !important;
}

.sign-card .ant-input-group-addon {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #333 !important;
}
.cus-tab {
    padding: 2px 73px;
    font-size: 16px;
}